ExtractRun | R Documentation |
Extract Runs with GEO Accession Number or GSM Number.
ExtractRun(gsm = NULL, acce = NULL, platform = NULL, parallel = TRUE, ...)
gsm |
GSM number. Default: NULL (use |
acce |
GEO accession number. Default: NULL (use |
platform |
Platform information/field. Default: NULL (all platforms). |
parallel |
Logical value, whether to process GSM parallelly. Default: TRUE. |
... |
Parameters for |
Dataframe contains GSM and Runs.
## Not run:
GSE186003.runs <- ExtractRun(acce = "GSE186003", platform = "GPL24247", parallel = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.