get count from GEO
get RNA-seq count file from GEO database
get_count_txt(gse, destdir = getwd(), download = FALSE)
gse
: gse assession numberdestdir
: The destination directory for data downloads.download
: download the txt file or nota list with deg data.frame, volcano plot and a list with DEGs.
get_count_txt("GSE162550",destdir = tempdir())
geo_download
Xiaojie Sun