probe2GeneIDs: Convert probe IDs to gene IDs

Description Usage Arguments Value Examples

View source: R/convertGenes.R

Description

Convert a list of probe IDs to specified gene ID type.

Usage

1
probe2GeneIDs(probeIDs, targetType = c("SYMBOL"))

Arguments

probeIDs

A vector of probes.

targetType

Converted targte gene IDs, default: SYMBOL.

Value

Convert results data.frame.

Examples

1
convertDf <- probe2GeneIDs(c('1367452_at', '1367453_at', '1367454_at'), targetType = 'SYMBOL')

lihuamei/Biotools documentation built on July 15, 2020, 1:50 a.m.