Description Usage Arguments Value Examples
To change the genes from human/mouse to mouse/human
1 | Get_HM_gene_change(Objects, species = c("h", "m"))
|
Objects |
the matrix to change gene |
species |
species of the matrix genes |
The genes after changed
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.