Description Usage Arguments Value Examples
View source: R/INCA.SpikePlot.R
Plots a linearity plot for Spike In probes for microarray data.
1 | INCA.SpikePlot(x, SpikeFile, wcol, base = 2)
|
x |
an RGList object |
SpikeFile |
a data.frame specifying the Spike In probe names in a column called "Probe" and the expected relative amounts for each dye, respectively in a "Cy5" and "Cy3" column. For example, a given probe might be expected in a 3:1 ratio thus column "Cy5" would specify 3 and column "Cy3" would specify 1. |
wcol |
an integer specifying the number of the column where Gene Names can be found in the gene annotation table. |
base |
an integer specifying the log base. Default is 2. |
Generates jpeg files of SpikeIn Linearity plots for each arrays.
1 2 3 4 | #Load the INCATome Dataset
data(INCATomeData)
attach(INCATomeData)
INCA.SpikePlot(RGdata,sdata,8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.