convert: Convert from ENSEMBL ID to HGNC symbol or MGI symbol

Description Usage Arguments Value

Description

Function used to convert ENSEMBL gene ids of an expression matrix into HGNC/MGI symbols. Duplicated gene names will be aggregated.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ensembl2hgnc(object, organism = "human")

## Default S3 method:
ensembl2hgnc(object, organism = "human")

## S3 method for class 'list'
ensembl2hgnc(object, organism = "human")

## S3 method for class 'spaceST'
ensembl2hgnc(object, organism = "human")

Arguments

object

Data.frame, matrix or spaceST object with ENSEMBL ids as rownames.

organism

Select organism database (human, mouse)

Value

Data.frame or matrix with converted names.


ludvigla/spaceST documentation built on May 29, 2019, 3:43 a.m.