Description Usage Arguments Value Supported accession classes Examples
View source: R/Accession_Functions.R
Classify accessions
1 | classifyAccession(x, na.ignore = FALSE)
|
x |
Vector of accessions |
na.ignore |
Logical indicating whether NAs are ignored |
Accession class (error if input does not match any)
[D|E|S]RP - study_accession
[D|E|S]RS - sample_accession
[D|E|S]RX - experiment_accession
[D|E|S]RR - run_accession
GSE - series_id
GSM - gsm
NOTE: Input vector needs to contain accessions belonging to only one type at any given time, otherwise the function will generate an error.
1 2 | # classifyAccession("GSM11111")
# classifyAccession(c("GSM11111", "GSE2222")) # Will throw error
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.