powered by
get RNA-seq count file from GEO database
get_count_txt(gse, destdir = getwd(), download = FALSE)
No return value. When `download = TRUE`, the count file is saved in `destdir`.
GEO accession number or a path to a cached `.rds` or `.RData` file containing an `ExpressionSet` or a list of `ExpressionSet` objects
The destination directory for data downloads
download the txt file or not
Xiaojie Sun
geo_download
get_count_txt("GSE162550",destdir = tempdir())
Run the code above in your browser using DataLab