Description Usage Arguments Details Value Note Author(s) References Examples
A scatter plot comparing the mean counts against the estimated dispersion for a given level of features from a cuffdiff run.
1 2 3 4 | ## S4 method for signature 'CuffData'
dispersionPlot(object)
## S4 method for signature 'CuffSet'
dispersionPlot(object)
|
object |
An object of class ('CuffData') |
None
ggplot object with geom_point layer
None
Loyal A. Goff
None
1 2 3 4 | a<-readCufflinks(system.file("extdata", package="cummeRbund")) #Create CuffSet object from sample data
genes<-genes(a) #Create CuffData object for all genes
d<-dispersionPlot(genes) #Create plot object
d #render plot object
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.