View source: R/preprocess_rawdata.R
| preprocess_rawdata | R Documentation |
Process raw data from GEO
preprocess_rawdata( GEO_name = GEO_name, annotation = probe2gene, arrayType = Type, method.probe = "median", dir = dir )
GEO_name |
GSE number |
annotation |
Probe anotation platform |
arrayType |
one of "AFFY", "AGI4-44K" |
method.probe |
one of "medain", "mean", "max", "min", default is "median" |
dir |
Des dir |
library(Dbio)
# make file structure
initial_file("GSE54566", "./")
# get probe annotation data
annotation <- get_probe2symbol("GPL570", "GSE54566", "./")
preprocess_rawdata(
GEO_name = "GSE54566",
annotation = annotation,
arrayType = "AFFY",
method.probe = "median",
dir = "./"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.