Description Usage Arguments Details Value Examples
getCompleteSymbols
extracts all symbols from a data frame and finds their gene names, synonymns, and interpor protein, complex, and domain names. The function returns a data frame with a single column that lists all unique symbols, symbol synonyms, and names, and interpor protein, complex, and domain names. The species must be specified by the user as a string (e.g., "Human").
1 | getCompleteSymbols(data, species)
|
data |
a data frame that contains contains gene symbols |
This function requires the mygene
library and the getPatternList
function.
The function getCompleteSymbols
returns a data frame with a single column that lists all unique symbols, symbol synonyms, and names, and interpor protein, complex, and domain names.
1 2 | ## get a single list of all symbols and names from a data frame
symbols <- getCompleteSymbols(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.