convert_genes: Converts a list of gene names from 'from' to 'to'...

View source: R/util_funcs.R

convert_genesR Documentation

Converts a list of gene names from 'from' to 'to' conventions.

Description

Converts a list of gene names from 'from' to 'to' conventions.

Usage

convert_genes(gene.list, species, from, to)

Arguments

gene.list

List of genes to be converted.

species

Species for this data. Either 'human' or 'mouse'.

from

Starting name convention. One of 'ensg', 'gn', or 'entrez'.

to

Ending name convention. One of 'ensg', 'gn', or 'entrez'.

Value

Matrix with converted row names.


califano-lab/PISCES documentation built on Jan. 11, 2023, 5:34 a.m.