Description Usage Arguments Value
View source: R/translate_matrix.R
Uses an annotation package like org.Hs.eg.db or org.Mm.eg.db to translate the rownames of the input matrix using translateMatrix.
1 | translateMatrixWithDb(mat, db, sourceKey, targetKey, summariseFun)
|
mat |
Input matrix. |
db |
Annotation package object to use for the translation. |
sourceKey |
Source key in the DB. |
targetKey |
Target key in the DB. |
summariseFun |
Function used to resolve multi-mapping situations. |
A matrix with translated and summarised ids.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.