Description Usage Arguments Value
View source: R/convertGeneId.R
This function will attempt to retrieve ENSEMBL gene ids from a list of gene names from the HGNC database.
| 1 2 3 4 5 | geneNamesToEnsg(
  gene.names,
  genes.hgnc = read.delim(GENES_HGNC, stringsAsFactors = F),
  na.rough.fix = F
)
 | 
| gene.names | A character vector of gene names | 
| genes.hgnc | A HGNC genes list as a dataframe | 
| na.rough.fix | Convert NA values to ” ? | 
A character vector of ENSEMBL gene ids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.