Learn R Programming

tinyarray (version 3.0.0)

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

No return value. When `download = TRUE`, the count file is saved in `destdir`.

Arguments

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

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