id_mapping_species: Mapping gene central ids from one species to other species

Description Usage Arguments Value See Also

View source: R/mapping.R

Description

Map gene central ids in one species to other speicies by using organism annotation package in Bioconductor.

Usage

1
id_mapping_species(ids, species.from, species.to, rm.na = FALSE)

Arguments

ids

The vector of input gene central ids.

species.from

The species of input gene ids.

species.to

The species of output gene ids.

rm.na

Logical variable indicated whether remove NA in the output.

Value

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

See Also

id_mapping_from_symbol, id_mapping_to_symbol, id_mapping


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