Description Usage Arguments Examples
Downloads supplementary or MINiML formatted family files from Entrez GEO repository.
1 | download_gsefiles(gsefiles, dest = ".", verbose = FALSE)
|
gsefiles |
GEO file names, starting with Accession number, a character vector. |
dest |
Path to local folder where downloaded files will be stored, a character string. Defaults to current directory. |
verbose |
Defaults to FALSE. |
1 2 3 4 5 6 | ## Not run:
c("GSE100206_family.xml.tgz",
"GSE100206_exoNormal_circRNA_RPM.txt.gz") %>%
download_gsefiles()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.