Description Usage Arguments Details Value Note Author(s) References See Also Examples
Returns a list of replicate names from a CuffData or CuffFeatureSet object
1 2 | ## 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
1 2 | a<-readCufflinks(system.file("extdata", package="cummeRbund")) #Create CuffSet object
replicates(a@genes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.