Description Usage Arguments Value Examples
View source: R/get-annotations.R
Gets the Ensembl IDs associated with SomaLogic aptamer IDs.
1 | getEnsemblIds(aptamerIds = NULL, simplify = FALSE)
|
aptamerIds |
A character vector of SomaLogic aptamer IDs, or |
simplify |
Logical. Should the output be collapsed into a single data.frame? |
A list of character vectors. The names of the list are the input Sequence IDs, and the character vector associated with that element contains the Ensembl IDs.
1 2 3 4 5 6 7 8 | # Each AptamerId may have one, many, or zero associated Ensembl IDs
getEnsemblIds(c("2278-61", "4703-87", "4916-2"))
# Get everything in the 1129 panel.
## Not run:
getEnsemblIds()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.