dispersionPlot {cummeRbund} | R Documentation |
A scatter plot comparing the mean counts against the estimated dispersion for a given level of features from a cuffdiff run.
## 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
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