geoChina: Download expression dataset by GSE id

Description Usage Arguments Value Examples

View source: R/geoChina.R

Description

geoChina will download the expression matrix and phenotype data as ExpressionSet format from cloud in mainland China, it's a alternative method for getGEO function from GEOquery package. geoChina('gse1009') is the same as eSet=getGEO('gse1009', getGPL = F)

Usage

1
geoChina(gse = "GSE2546", mirror = "tercent")

Arguments

gse

input GSE id, such as GSE1009, GSE2546, default:GSE2546

Value

a list of ExpressionSet, which contains the expression matrix and phenotype data

Examples

1
2
3
geoChina()
geoChina('gse1009')
geoChina('GSE1009')

jmzeng1314/AnnoProbe documentation built on June 2, 2020, 4:14 a.m.