Description Usage Arguments Value
Read Microarray data from GEO or ArrayExpress
1 2 3 4 | read_raw_public(datadir, rawformat = c("Agilent", "Affymetrix",
"Affymetrix_ST"), betweenArrayNorm = "cyclicloess", metadata,
output = T, qc_coeff = c(ks = 3, sum = 3, iqr = 3, q = 3, d = 1),
qc_sum = 1)
|
datadir |
data directory |
rawformat |
format of rawdatat (Agilen or Affymetrix) |
betweenArrayNorm |
name of normalization method |
metadata |
metadataframe |
output |
logical if output plot should be produced |
qc_coeff |
A named character vector giving the coefficient for acceptable intervals |
qc_sum |
Number of tests leading to array exclusion |
returns a normalized Elist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.