View source: R/utils_convertToGeneSymbols.R
utils_convertToGeneSymbols | R Documentation |
The function can convert Ensembl Gene ID, Ensembl Transcript ID or mouse gene symbol into human gene symbol
utils_convertToGeneSymbols( expTab, typeENST = FALSE, typeENSG = FALSE, typeMusGene = FALSE )
expTab |
the matrix of experssion data with sample names as column names and gene names as row names |
typeENST |
TRUE if the gene identifier is in Ensembl Transcript ID |
typeENSG |
TRUE if the gene identifier is in Ensembl Gene ID |
typeMusGene |
TRUE if the gene identifier is in mouse gene symbols |
a converted expression matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.