getGDS: Load ExpressionSet from GEO Datasets

Description Usage Arguments Value Examples

View source: R/loadGEO.R

Description

getGDS return the ExpressionSet object corresponding to GEO Dataset identifier.

Usage

1
getGDS(name, destdir = tempdir(), mirrorPath = "https://ftp.ncbi.nlm.nih.gov")

Arguments

name

String, containing GEO identifier of the dataset. It should start with 'GSE' or 'GDS' and can include exact GPL to annotate dataset, separated with dash ('-') from the identifier.

destdir

Directory for caching loaded Series and GPL files from GEO database.

mirrorPath

URL string which specifies the source of matrices.

Value

ExpressionSet object wrapped in list, that was available by given in name variable GEO identifier.

Examples

1
getGDS('GDS4922')

phantasus documentation built on Nov. 8, 2020, 6:39 p.m.