customBoxplot {StabPerf} | R Documentation |
Boxplot indended for quickly visualizing outliers in gene expression data.
customBoxplot(data,ylim=NULL,main=NULL)
data |
data.frame. Expression values, samples in columns, genes in rows. |
ylim |
See plot |
main |
See plot |
data
is converted to a data.frame
before being sent to boxplot
customBoxplot(log2(data),ylim=c(-10,10), main="My Plot")