genePlot: Plot of means and inter-quantile ranges of all genes.

Description Usage Arguments Value Author(s) Examples

Description

genePlot plots the means vs. the inter-quantile ranges of the gene expression values of all genes with the possibility to highlight interesting sets of genes.

Usage

1
genePlot(Y, index = NULL, legend = NULL, col.h = "red", title)

Arguments

Y

A matrix of gene expression values or an object of the class simualteGEdata.

index

A vector of indices of genes of interest to be displayed in a different color, if index=NULL no genes are highlighted.

legend

A character string describing the highlighted genes.

col.h

The color of the highlighted genes.

title

A character string describing the title of the plot.

Value

genePlot returns a plot.

Author(s)

Saskia Freytag

Examples

1
2
3
Y<-simulateGEdata(500, 500, 10, 2, 5, g=NULL, Sigma.eps=0.1, 250, 100, check.input=TRUE)
try(dev.off(), silent=TRUE)
genePlot(Y, index=1:100, legend="Expressed genes", title="IQR-Mean Plot")

PeteHaitch/RUVcorr documentation built on May 8, 2019, 1:31 a.m.