getPfam {readat} | R Documentation |
Gets the PFAM Ids and descriptions associated with SomaLogic aptamer IDs.
getPfam(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. EntrezGene IDs for the gene that produces the target protein.
Character. PFAM ID for a property of the target protein.
Character. Description of a PFAM protein property.
# Each AptamerId may have one, many, or zero associated PFAM descriptions getPfam(c("2278-61", "4703-87", "4916-2")) # Get everything in the 1310 and 1129 panels. ## Not run: getPfam() ## End(Not run)