OneDPlots {CPEg} | R Documentation |
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.
OneDPlots(X, y, NumGenes = 100, NPlots = 1)
X |
design matrix |
y |
binary response, y=1 or y=-1 |
NumGenes |
number of genes to put on each plot |
NPlots |
number of plots |
Useful for getting a quick view of the data
None, a trellis plot or series of trellis plots are printed.
A.I. McLeod
data(Iizuka) OneDPlots(Iizuka$X, Iizuka$y)