gene2Alias: Convert from a GeneID to a set of known aliases.

gene2AliasR Documentation

Convert from a GeneID to a set of known aliases.

Description

Looks up known aliases from official GeneIDs.

Usage

gene2Alias(genes, coreSubsetOnly = TRUE)

Arguments

genes

a character vector of GeneIDs, valid for the current SpeciesID.

coreSubsetOnly

logical, should only the core subset of most common aliases be returned, or the complete set of every known alias.

Details

Implements the inverse of the alias2Gene function.

Value

a character vector, of the same length as genes, with all found aliases for each gene concatenated into a single comma separated string.

Author(s)

Bob Morrison

See Also

See Also alias2Gene

Examples

gene2Alias( "PF3D7_1200600")

robertdouglasmorrison/DuffyTools documentation built on May 6, 2024, 8:26 p.m.