id_mapping: Mapping between different gene ids

Description Usage Arguments Value See Also

View source: R/mapping.R

Description

Map gene ids to other gene ids by using organism annotation package in Bioconductor.

Usage

1
id_mapping(ids, db, from = 1, to = 2)

Arguments

ids

The vector of input gene ids.

db

The gene id mapping database.

from

The index of input gene id in the mapping database.

to

The index of output gene id in the mapping database.

Value

This function will return a vector of output gene ids mapped from given gene ids.

See Also

id_mapping_from_symbol, id_mapping_to_symbol, id_mapping_species


wulingyun/CopTea documentation built on Dec. 4, 2019, 2:59 p.m.