getAliases | R Documentation |
Given an antibody name, return aliases
getAliases(ab, by = c("ALT_ID", "HGNC_ID"), verbose = TRUE)
ab |
(character(1)) Name of the antibody/gene to match |
by |
One of ALT_ID or HGNC_ID |
verbose |
Should program status messages be printed? Default: TRUE |
Convenience function to return aliases all aliases in the gene_aliases table, given a gene symbol or antibody name. Aliases can be found by matching either the ALT_ID (default) or HGNC_ID. Matching by the ALT_ID means that isoforms are not considered aliases. For example CD45RA will not be an alias of CD45RO. Matching by HGNC_ID means that aliases corresponding to isoforms or modifications of the same gene will all be returned.
A table of aliases, or nothing if no aliases are found
Helen Lindsay
getAliases("CD45RA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.