Learn R Programming

GeoTcgaData (version 1.1.1.992)

id_conversion_vector: Gene id conversion

Description

Gene id conversion

Usage

id_conversion_vector(from, to, IDs, na.rm = FALSE)

Value

a vector of genes

Arguments

from

one of `id_ava()`

to

one of `id_ava()`

IDs

the gene id which needed to convert

na.rm

Whether to remove lines containing NA

Examples

Run this code
id_conversion_vector("symbol", "Ensembl_ID", 
    c("A2ML1", "A2ML1-AS1", "A4GALT", "A12M1", "AAAS"))

Run the code above in your browser using DataLab