ConvertGeneNames | R Documentation |
Convert gene names
ConvertGeneNames(exprMat, annotation, id.column, replace.column)
exprMat |
expression matrix |
annotation |
data.frame with one id.column containing the current gene ids and a matching replace column containing the new gene ids |
id.column |
character vector of unique gene ids of the same type as in the Seurat object |
replace.column |
character vector of unique gene ids to replace the old ids |
A Seurat object with covnerted gene ids
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.