Learn R Programming

tinyarray (version 2.4.3)

geo_parser: geo_parser

Description

download gse data and get informations

download gse data and get informations

Usage

geo_parser(gse, destdir = getwd())

geo_parser(gse, destdir = getwd())

Value

an ExpressionSet object list

an ExpressionSet object list

Arguments

gse

gse assession number

destdir

The destination directory for data downloads

Author

Xiaojie Sun

See Also

find_anno

find_anno

Examples

Run this code
if (FALSE) {
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')")
}
}
if (FALSE) {
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')")
}
}

Run the code above in your browser using DataLab