download_gsefile: Download files from Entrez GEO repository

Description Usage Arguments Examples

Description

Downloads supplementary or MINiML formatted family files from Entrez GEO repository.

Usage

1
download_gsefile(gsefile, dest = ".", verbose = FALSE)

Arguments

gsefile

GEO file name, starting with Accession number, a character string.

dest

Path to local folder where downloaded files will be stored, a character string. Defaults to current directory.

verbose

Defaults to FALSE.

Examples

1
2
3
4
5
6
## Not run: 
c("GSE100206_family.xml.tgz",
"GSE100206_exoNormal_circRNA_RPM.txt.gz") %>%
sapply(download_gsefile)

## End(Not run)

tpall/entrezquery documentation built on May 9, 2019, 8:32 a.m.