| geo_parser | R Documentation |
Legacy helper for parsing GEO series matrix files. Prefer [geo_download()] for normal use.
geo_parser(gse, destdir = getwd())
gse |
GEO accession number |
destdir |
The destination directory for data downloads |
an ExpressionSet object list
Xiaojie Sun
find_anno
## Not run:
gse = "GSE42872"
a = try(geo_parser(gse,destdir=tempdir()), silent = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.