download.geo.dataset | R Documentation |
Download dataset from GEO by accession ID and platform
download.geo.dataset(
geo.accession.id,
platform = NULL,
destdir = "~/GSE",
platform.available = TRUE,
normalizeBetweenArrays = FALSE,
id.mapping = TRUE
)
geo.accession.id |
GEO Accession ID |
platform |
Platform |
destdir |
Default tempdir() |
platform.available |
If GLP platform not available |
normalizeBetweenArrays |
Default FALSE. If perform normlize between arrays. Check boxplot first |
id.mapping |
Default TRUE in order to select the maximum expression value if a gene has muiltiple probes |
list(expression, phenotype, probe.annotation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.