convertGeneID: convertGeneID

Description Usage Arguments Value Examples

Description

Switches gene identifiers used in the EMSet to the identifiers stored in a column of rowInfo.

Usage

1
2
3
4
convertGeneID(object, new.annotation)

## S4 method for signature 'EMSet'
convertGeneID(object, new.annotation = NULL)

Arguments

object

EMSet

new.annotation

Name of the column where the new set of identifiers are stored in rowInfo

Value

An EMSet with genes swapped to identifiers stored in specified column of colInfo.

Examples

1
2
3
4
5
# Load data
x <- ascend::raw_set

# Switch identifiers
x <- convertGeneID(x, new.annotation = "ensembl_gene_id")

IMB-Computational-Genomics-Lab/ascend documentation built on Aug. 29, 2019, 4:10 a.m.