Description Usage Arguments Value Examples
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
1  | downloadRaw(x, y = getwd())
 | 
x | 
 a GEO Series id (GSE)  | 
y | 
 the path to save the downloaded files. By default this value is set to the working directory  | 
downloadRaw creates a directory in the given path with the GSE name and saves there the compressed RAW files.
1 2 3  | ## Not run: 
downloadRaw("GSE11761",getwd()) 
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.