OneDPlots {CPEg}R Documentation

One dimension data plots of the columns

Description

Random sampling of the columns of the design matrix is used to select genes. The distribution for each gene is plotted for each of y=1 and y=-1.

Usage

OneDPlots(X, y, NumGenes = 100, NPlots = 1)

Arguments

X design matrix
y binary response, y=1 or y=-1
NumGenes number of genes to put on each plot
NPlots number of plots

Details

Useful for getting a quick view of the data

Value

None, a trellis plot or series of trellis plots are printed.

Note

Author(s)

A.I. McLeod

See Also

ImagePlot

Examples

data(Iizuka)
OneDPlots(Iizuka$X, Iizuka$y)

[Package CPEg version 1.1 Index]