Learn R Programming

cummeRbund (version 2.14.0)

expressionBarplot: Barplot

Description

A barplot of FPKM values with confidence intervals for a given gene, set of genes, or features of a gene (e.g. isoforms, TSS, CDS, etc).

Usage

"expressionBarplot"(object, logMode=TRUE, pseudocount=1.0, showErrorbars=TRUE, showStatus=TRUE, replicates=FALSE, ...)

Arguments

object
An object of class ('CuffFeatureSet','CuffGeneSet','CuffFeature','CuffGene')
logMode
A logical value whether or not to draw y-axis on log10 scale. Default = FALSE.
pseudocount
Numerical value added to each FPKM during log-transformation to avoid errors.
showErrorbars
A logical value whether or not to draw error bars. Default = TRUE
showStatus
A logical value whether or not to draw visual queues for quantification status of a given gene:condition. Default = TRUE
replicates
A logical value whether or not to plot individual replicates or aggregate condition values.
...
Additional arguments.

Value

A ggplot2 plot object

Details

None

References

None

Examples

Run this code
	data(sampleData)
	PINK1 # sample CuffFeature object
	expressionBarplot(PINK1) #Barplot of PINK1 FPKM values
	expressionBarplot(PINK1@isoforms) #Barplot of PINK1 FPKM values faceted by isoforms

Run the code above in your browser using DataLab