customBoxplot {StabPerf}R Documentation

Draws a color-coded boxplot

Description

Boxplot indended for quickly visualizing outliers in gene expression data.

Usage

customBoxplot(data,ylim=NULL,main=NULL)

Arguments

data data.frame. Expression values, samples in columns, genes in rows.
ylim See plot
main See plot

Details

data is converted to a data.frame before being sent to boxplot

See Also

plot, boxplot

Examples

customBoxplot(log2(data),ylim=c(-10,10), main="My Plot")

[Package StabPerf version 0.5 Index]