Usage
"csVolcano"(object, x, y, alpha=0.05, showSignificant=TRUE,features=FALSE, xlimits = c(-20, 20), ...)
"csVolcanoMatrix"(object,alpha=0.05,xlimits=c(-20,20),mapping=aes(),...)
Arguments
object
An object of class CuffData, CuffFeatureSet, or CuffGeneSet
x
Sample name from 'samples' table for comparison
y
Sample name from 'samples' table for comparison
alpha
Provide an alpha cutoff for visualizing significant genes
showSignificant
A logical value whether or not to distinguish between significant features or not (by color).
features
Will include all fields from 'features' slot in returned ggplot object.
Useful for further manipulations of plot object using feature-level attributes (e.g. gene_type, class_code, etc)
xlimits
Set boundaries for x limits to avoid infinity plotting errors. [Default c(-20,20)]
mapping
Passthrough argument for ggplot aesthetics. Can be ignored completely.