| get_count_txt | R Documentation |
get RNA-seq count file from GEO database
get_count_txt(gse, destdir = getwd(), download = FALSE)
gse |
GEO accession number or a path to a cached '.rds' or '.RData' file containing an 'ExpressionSet' or a list of 'ExpressionSet' objects |
destdir |
The destination directory for data downloads |
download |
download the txt file or not |
No return value. When 'download = TRUE', the count file is saved in 'destdir'.
Xiaojie Sun
geo_download
get_count_txt("GSE162550",destdir = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.