geoChina | R Documentation |
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)
geoChina(gse = "GSE2546", mirror = "tencent", destdir = getwd())
gse |
input GSE id, such as GSE1009, GSE2546, gse1009. |
mirror |
"tencent" only for now. |
destdir |
The destination directory for data downloads. |
a list of ExpressionSet, which contains the expression matrix and phenotype data
## Not run: geoChina('GSE1009',destdir=tempdir()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.