Learn R Programming

cummeRbund (version 2.14.0)

dispersionPlot: Mean count vs dispersion plot

Description

A scatter plot comparing the mean counts against the estimated dispersion for a given level of features from a cuffdiff run.

Usage

"dispersionPlot"(object) "dispersionPlot"(object)

Arguments

object
An object of class ('CuffData')

Value

ggplot object with geom_point layer

Details

None

References

None

Examples

Run this code
	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

Run the code above in your browser using DataLab