get gpl txt from GEO
get gpl annotation txt file from GEO database
get_gpl_txt(gpl, destdir = getwd(), download = FALSE)
gpl
: gpl accession from GEO databasedestdir
: 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_gpl_txt("GPL23270",destdir = tempdir())
geo_download
Xiaojie Sun