Description Usage Arguments Value Examples
View source: R/get-annotations.R
Gets the chromosomal positions associated with SomaLogic aptamer IDs.
1 | getChromosomalPositions(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 data frames. The names of the list are the input SeqIds, and the data frame associated with that element contains:
Character. UniProt ID for the protein target.
Character. Either '1' to '22' or 'X' . (Currently no 'Y' values.)
Integer. Distance in base pairs from the 5' end of the gene to the start of the protein.
Integer. Distance in base pairs from the 5' end of the gene to the end of the protein.
1 2 3 4 5 | # Each AptamerId may have one, many, or zero associated chromosomal positions
getChromosomalPositions(c("2278-61", "4703-87_2", "4916-2"))
# Get everything in the 1310 and 1129 panels.
getChromosomalPositions()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.