convert_genesymbols_to_entrezid {cosmosR}R Documentation

convert gene symbols to entrez id

Description

convert gene symbols to entrez id

Usage

convert_genesymbols_to_entrezid(symbols)

Arguments

symbols

vector of genesymbols

Value

data.frame with human gene ENTREZID and SYMBOL mapping

See Also

convert_ensembl_to_entrezid

Examples

symbols <- c("MDH1", "PARP1", "IL6")
symbol_entrez_map <- convert_genesymbols_to_entrezid(symbols)

[Package cosmosR version 1.1.2 Index]