Learn R Programming

tinyarray (version 2.4.3)

get_count_txt: get count from GEO

Description

get RNA-seq count file from GEO database

Usage

get_count_txt(gse, destdir = getwd(), download = FALSE)

Value

a list with deg data.frame, volcano plot and a list with DEGs.

Arguments

gse

gse assession number

destdir

The destination directory for data downloads.

download

download the txt file or not

Author

Xiaojie Sun

See Also

geo_download

Examples

Run this code
get_count_txt("GSE162550",destdir = tempdir())

Run the code above in your browser using DataLab