getEnsemblIds {readat}R Documentation

Get Ensembl IDs by AptamerId

Description

Gets the Ensembl IDs associated with SomaLogic aptamer IDs.

Usage

getEnsemblIds(aptamerIds = NULL, simplify = FALSE)

Arguments

aptamerIds

A character vector of SomaLogic aptamer IDs, or NULL to use all aptamer IDs.

simplify

Logical. Should the output be collapsed into a single data.frame?

Value

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.

Examples

# 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)

[Package readat version 1.10.0 Index]