samples {cummeRbund} | R Documentation |
Returns a list of sample names from a CuffData or CuffFeatureSet object
## S4 method for signature 'CuffData' samples(object)
object |
An object of class ('CuffData','CuffFeatureSet','CuffFeature') |
None
A list of sample names
None
Loyal A. Goff
None
None
a<-readCufflinks(system.file("extdata", package="cummeRbund")) #Create CuffSet object samples(a@genes)