getSampleIdentifiers {mutSignatures} | R Documentation |
Method getSampleIdentifiers.
Description
Retrieve the list of sample identifiers from an object.
Usage
getSampleIdentifiers(x)
## S4 method for signature 'mutationCounts'
getSampleIdentifiers(x = "mutationCounts")
## S4 method for signature 'mutSignExposures'
getSampleIdentifiers(x)
Arguments
x |
an object to extract Mutation types from, i.e. a mutationCounts-class or a mutSignExposures-class object |
[Package mutSignatures version 2.1.1 Index]