Description Usage Arguments Details Value Note Author(s) References See Also Examples
Returns a data.frame of distribution-level test values from a CuffDist object (@promoters, @splicing, @relCDS)
1 2 | ## S4 method for signature 'CuffDist'
distValues(object)
|
object |
An object of class 'CuffDist' |
... |
Additional arguments to distValues |
None
Returns a data.frame of distribution-level test values.
None
Loyal A. Goff
None
None
1 2 | a<-readCufflinks(system.file("extdata", package="cummeRbund")) # Read cufflinks data and create CuffSet object
distValues(a@promoters) # returns data.frame of values from CuffDist object in slot 'promoters'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.