id_convert: Convert Gene IDs

Description Usage Arguments Examples

Description

It only converts between gene symbol, Entrez IDs, Ensembl IDs and RefSeq ids for human.

Usage

1
2
id_convert(id, from = guess_id_type(id[1]), to = c("Gene Symbol",
  "Entrez Gene ID", "Ensembl Gene ID", "RefSeq ID"))

Arguments

id

A vector of gene IDs.

from

The ID type of input gene IDs.

to

The ID type that user wants to convert to.

Examples

1
id_convert("TP53", to = "Ensembl")

jokergoo/HGNC documentation built on May 6, 2019, 11:33 a.m.