Description Usage Arguments Details Value Examples
The function "getCompleteSymbols" extracts all symbols and symbol synonyms from a data frame and finds their gene names. The function returns a data frame with a single column that lists all unique symbols, symbol synonyms, and gene names.
1 2 | The function takes
getCompleteSymbols(data)
|
data |
a data frame that contains contains columns of proteins and protein synonyms |
This function requires the 'org.Hs.eg.db' library and the getPatternList
function.
The function "getCompleteSymbols" returns a data frame with a single column that lists all unique symbols, symbol synonyms, and gene names.
1 2 3 4 5 6 7 | ## Not run:
## get a single list of all symbols and names from a data frame
symbols <- getCompleteSymbols(data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.