powered by
Extract Runs with GEO Accession Number or GSM Number.
ExtractRun(gsm = NULL, acce = NULL, platform = NULL, parallel = TRUE, ...)
Dataframe contains GSM and Runs.
GSM number. Default: NULL (use acce).
acce
GEO accession number. Default: NULL (use gsm). acce and gsm cannot be both NULL.
gsm
Platform information/field. Default: NULL (all platforms).
Logical value, whether to process GSM parallelly. Default: TRUE.
Parameters for getGEO. Used when acce is not NULL.
getGEO
if (FALSE) { GSE186003.runs <- ExtractRun(acce = "GSE186003", platform = "GPL24247", parallel = FALSE) }
Run the code above in your browser using DataLab