Description Usage Arguments Value Author(s)
internal fxn for illumina microarray preprocessing
1 2 3 4 5 6 7 8 | ilumi.preprocess(
dataFile,
controlFile = NULL,
arrayDesignFile = NULL,
detection.p = 0.05,
detectionRate = 0.5,
norm.method = "ssn"
)
|
dataFile |
this is the expression datafile exported from genomeStudio |
controlFile |
control probe signal file. This file is optional, it is also exported form genomestudio for background correction |
arrayDesignFile |
this is the 'sdrf file' |
detection.p |
detection pvalue threshold |
detectionRate |
PMA_cutoff analogue to affymatrix array |
norm.method |
normalization method |
a list of expressionMatrix, sample metaInfo, and probe annotation info
guangchun han
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.