Learn R Programming

GeoTcgaData (version 1.0.0)

id_conversion_vector: Gene id conversion

Description

Gene id conversion

Usage

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

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

Value

a vector of genes

Examples

Run this code
# NOT RUN {
id_conversion_vector("symbol","Ensembl_ID",c("A2ML1","A2ML1-AS1","A4GALT","A12M1","AAAS"))
# }

Run the code above in your browser using DataLab