ensgToHgncSymbol: Retrieve HGNC symbols from a vector of ENSEMBL gene ids

Description Usage Arguments Value

View source: R/convertGeneId.R

Description

This function will attempt to retrieve HGNC gene symbols from a list of gene names from the HGNC database.

Usage

1
2
3
4
5
ensgToHgncSymbol(
  ensembl.gene.ids,
  genes.hgnc = read.delim(GENES_HGNC, stringsAsFactors = F),
  na.rough.fix = F
)

Arguments

ensembl.gene.ids

A character vector of ENSEMBL gene ids

genes.hgnc

A HGNC genes list as a dataframe

na.rough.fix

Convert NA values to ” ?

Value

A character vector of HGNC symbols


luannnguyen/hmfGeneAnnotation documentation built on May 6, 2020, 1:07 p.m.