PPIfinder_getCompleteSymbols: Protein-Protein Interaction Identifier Functions

Description Usage Arguments Details Value Examples

Description

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.

Usage

1
2

Arguments

data

a data frame that contains contains columns of proteins and protein synonyms

Details

This function requires the 'org.Hs.eg.db' library and the getPatternList function.

Value

The function "getCompleteSymbols" returns a data frame with a single column that lists all unique symbols, symbol synonyms, and gene names.

Examples

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)

andreysoares/nlpUtilityBelt documentation built on May 6, 2019, 8:57 p.m.