Learn R Programming

tinyarray (version 3.0.0)

geo_parser: geo_parser

Description

Legacy helper for parsing GEO series matrix files. Prefer [geo_download()] for normal use.

Usage

geo_parser(gse, destdir = getwd())

Value

an ExpressionSet object list

Arguments

gse

GEO accession number

destdir

The destination directory for data downloads

Author

Xiaojie Sun

See Also

find_anno

Examples

Run this code
if (FALSE) {
gse = "GSE42872"
a = try(geo_parser(gse,destdir=tempdir()), silent = TRUE)
}

Run the code above in your browser using DataLab