findENS | R Documentation |
convert gene symbols to ENSMBL ids
findENS(genes, ref)
genes |
gene symbols |
ref |
reference tibble with ensmble ids and gene symbols as columns |
character vector of ENSMBL ids for genes
genes = c("gene3","gene4","gene10") ref = dplyr::tibble(ensg = paste0(rep("ENSG",10), 1:10), symbol = paste0(rep("gene",10), 10:1)) findENS(genes, ref)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.