Learn R Programming

scfetch (version 0.5.0)

ExtractRun: Extract Runs with GEO Accession Number or GSM Number.

Description

Extract Runs with GEO Accession Number or GSM Number.

Usage

ExtractRun(gsm = NULL, acce = NULL, platform = NULL, parallel = TRUE, ...)

Value

Dataframe contains GSM and Runs.

Arguments

gsm

GSM number. Default: NULL (use acce).

acce

GEO accession number. Default: NULL (use gsm). acce and gsm cannot be both NULL.

platform

Platform information/field. Default: NULL (all platforms).

parallel

Logical value, whether to process GSM parallelly. Default: TRUE.

...

Parameters for getGEO. Used when acce is not NULL.

Examples

Run this code
if (FALSE) {
GSE186003.runs <- ExtractRun(acce = "GSE186003", platform = "GPL24247", parallel = FALSE)
}

Run the code above in your browser using DataLab