Description Usage Arguments Value Author(s) Examples
View source: R/downloadAndProcessDLBCL.R
Automatically download and process all support curated DLBCL datasets.
Simply loops over all datasets in data(dlbcl_overview)
.
1 |
... |
Arguments passed to |
Saves a list
of the processed datasets in the working
directory named "dlbcl_data.Rds".
Invisibly returns a list
of the output of
downloadAndProcessGEO
.
Anders Ellern Bilgrau
Steffen Falgreen Larsen
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | listTargets("brainarray")
## Not run:
# Warning, very long processing times if data is not downloaded.
# Preprocess with brainarray "Entrez" gene ids
res <- downloadAndProcessDLBCL(cdf = "brainarray", target = "ENTREZG",
clean = FALSE)
# Preprocess with brainarray "Ensembl" gene ids
res2 <- downloadAndProcessDLBCL(cdf = "brainarray", target = "ENSG",
clean = TRUE)
# Preprocess with affy's probesets
res3 <- downloadAndProcessDLBCL() #= downloadAndProcessDLBCL(cdf = "affy")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.