View source: R/tmp.R View source: R/2_geo_id.R
geo_parser | R Documentation |
download gse data and get informations
download gse data and get informations
geo_parser(gse, destdir = getwd())
geo_parser(gse, destdir = getwd())
gse |
gse assession number |
destdir |
The destination directory for data downloads |
an ExpressionSet object list
an ExpressionSet object list
Xiaojie Sun
find_anno
find_anno
## Not run:
if(requireNamespace("GEOquery",quietly = TRUE)){
gse = "GSE42872"
a = geo_download(gse,destdir=tempdir())
}else{
print("Package 'GEOquery' needed for this function to work.
Please install it by BiocManager::install('GEOquery')")
}
## End(Not run)
## Not run:
if(requireNamespace("GEOquery",quietly = TRUE)){
gse = "GSE42872"
a = geo_download(gse,destdir=tempdir())
}else{
print("Package 'GEOquery' needed for this function to work.
Please install it by BiocManager::install('GEOquery')")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.