Description Usage Arguments Note Author(s) Examples
View source: R/downloadAndPrepareCELFiles.R
Function for downloading the CEL files of a GEO dataset and prepare it for
preprocessing.
The function uses getGEOSuppFiles
which downloads the data. The
function then unzips the data files in the GEO series.
1 2 | downloadAndPrepareCELFiles(geo_nbr, destdir = getwd(), clean = FALSE,
verbose = TRUE)
|
geo_nbr |
The GEO ascession number. |
destdir |
The destination dir of the downloaded files. |
clean |
Should the strictly unnessesary files be deleted? |
verbose |
Signal the process. |
The function will overwrite existing files in the destdir
.
Anders Ellern Bilgrau, Steffen Falgreen Larsen
1 2 3 4 5 | ## Not run:
downloadAndPrepareCELFiles(geo_nbr = "GSE18376",
destdir = tempdir())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.