View source: R/load_signatures.R
symbol2entrez | R Documentation |
Convert Entrez ID to gene symbols. Note 1: Uses the "org.Hs.eg.db" package. Note 2: Deals with missing keys by returning NAs.
symbol2entrez(geneids)
character |
vector of gene symbols |
character vector of entrez ids
print(symbol2entrez(c('KRAS', 'NRAS', 'BRAF', 'APC', 'COL3A1', 'AAAAAAA')) == c('3845', '4893', '673', '324', '1281', NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.