convert_id {DFD} | R Documentation |
Convert Gene Symbols to ENTREZ IDs
Description
The function is used to convert gene symbols to entrez ids and map the genes to human orthologs
Usage
convert_id(gene_symbols)
Arguments
gene_symbols |
gene symbols |
Value
IDs that are converted from gene symbols to ENTREZ gene ids
Author(s)
Mohamed Soudy Mohmedsoudy2009@gmail.com
Examples
convert_id(c("TP53", "A2M"))
[Package DFD version 0.1.0 Index]