downloadRaw: Download raw files from GEO for a given study Example:...

Description Usage Arguments Value Examples

View source: R/downloadRaw.R

Description

Download raw files from GEO for a given study Example: Download the raw files of GSE11761 study and save them in a directory named GSE11761 in the working directory

Usage

1
downloadRaw(x, y = getwd())

Arguments

x

a GEO Series id (GSE)

y

the path to save the downloaded files. By default this value is set to the working directory

Value

downloadRaw creates a directory in the given path with the GSE name and saves there the compressed RAW files.

Examples

1
2
3
## Not run: 
downloadRaw("GSE11761",getwd()) 
## End(Not run)

mensxmachina/BioDataome documentation built on July 24, 2021, 1:05 p.m.