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