IDX_to_IDY: Wrapper functions to convert gene identifiers in org.Hs.eg.db...

Description Usage Arguments Value Functions Examples

View source: R/idconv.R

Description

IDX_to_IDY converts ids from identifier X to identifier Y using AnnotationDbi

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13

Arguments

ids

vector of source identifiers to be converted to target identifiers

from

source id type (e.g. "SYMBOL")

to

target id type (e.g. "ENSEMBL")

Value

A vector of converted identifiers with same length as input identifiers

Functions

Examples

1
2
3
4
SYMBOL_to_ENTREZID(c("EGR1", "FOS"))
ENTREZID_to_SYMBOL(c("1958", "2353"))
SYMBOL_to_ENSEMBL(c("EGR1", "FOS"))
ENSEMBL_to_SYMBOL(c("ENSG00000120738", "ENSG00000170345"))

uhlitz/idconv documentation built on May 3, 2019, 2:23 p.m.