getUniProtKeywords {readat}R Documentation

Get UniProt Keywords by AptamerId

Description

Gets the UniProt Keywords associated with SomaLogic aptamer IDs.

Usage

getUniProtKeywords(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 data frames. The names of the list are the input SeqIds, and the data frame associated with that element contains:

UniProtId

Character. The UniProt ID that the Keyword is associated with.

Keyword

Character. A UniProt Keyword associated with the AptamerId and UniProt ID.

Examples

# Each AptamerId may have one, many, or zero associated Ensembl IDs
getUniProtKeywords(c("2278-61", "4703-87", "4916-2"))

# Get everything in the 1310 and 1129 panels.
## Not run: 
getUniProtKeywords()

## End(Not run)

[Package readat version 1.6.0 Index]