Description Usage Arguments Value Note Author(s) Examples
View source: R/downloadAndPrepareMetadata.R
Function for downloading the metadata of a GEO dataset and prepare it for
analysis.
The function uses getGEOSuppFiles
which downloads the data. The
function then unzips the data files in the GEO series.
1 2 | downloadAndPrepareMetadata(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. |
A list
of data.frame
s giving the clinical and metadata
information for the GEO dataset.
The function will overwrite existing files in the destdir
.
Anders Ellern Bilgrau, Steffen Falgreen Larsen
1 2 3 4 5 6 | ## Not run:
print(DLBCL_overview)
geo_nbr <- DLBCL_overview[6,1]
downloadAndPrepareMetadata(geo_nbr = geo_nbr, destdir = getwd())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.