convertAlias: Converts Gene Alias to Official Gene Symbols

Description Usage Arguments Value Examples

View source: R/annotations.R

Description

Converts Gene Alias to Official Gene Symbols

Usage

1
convertAlias(x, nomatch = NA, organism = "Hs", verbose = TRUE)

Arguments

x

character vector of gene aliases

nomatch

value to use for those aliases that could not be mapped. This argument can also be set to TRUE to make unmapped aliases keep their original input values.

organism

name of the reference organism. Currently only Human ('Hs') is supported.

verbose

logical that indicates if mapped and unmapped symbols should be output to the stderr.

Value

a character vector of the mapped symbols, whose names correspond to the original values in x.

Examples

1
2
3
convertAlias(c('A', 'IL10'))
convertAlias(c('A', 'IL-10', 'IL1RA'))
convertAlias(c('A', 'IL-10', 'IL1RA'), nomatch = TRUE)

renozao/xbioc documentation built on Sept. 3, 2020, 1:13 a.m.