Get_HM_gene_change: To change the genes from human/mouse to mouse/human

Description Usage Arguments Value Examples

View source: R/Get_Mixture.R

Description

To change the genes from human/mouse to mouse/human

Usage

1
Get_HM_gene_change(Objects, species = c("h", "m"))

Arguments

Objects

the matrix to change gene

species

species of the matrix genes

Value

The genes after changed

Examples

1
2
3
4
5
6
7
8
## Not run: 
input.file <- system.file('extdata','pbmc_small.csv',package = 'LIANLABDATA')
matrix.obj <- read.csv(input.file,header = T, row.names = 1)
matrix.obj <- Get_HM_gene_change( matrix.obj, species = 'h')
character.obj <- c('Cd4','Cd8a','Cd8b1','Cd3e')
character.obj <- Get_HM_gene_change( character.obj, species = 'm')

## End(Not run)

Lian-Lab/LIANLAB documentation built on June 23, 2021, 5:37 a.m.