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