Description Usage Arguments Examples
This function can take any of the columns(org.Hs.eg.db) as type and keys as long as the row names are in the format of the keys argument
| 1 | getMatrixWithSelectedIds(df, type, keys, db)
 | 
| df | Dataframe of matrix whose rownames are to be converted. | 
| type | Format of converted rownames: e.g. "SYMBOL" or "ENTREZID" | 
| keys | Present format of rownames: e.g. "SYMBOL" or "ENTREZID" | 
| db | Annotation database: e.g. "org.Hs.eg.db" or "org.Mm.eg.db" | 
| 1 | M1entrez <- getMatrixWithSelectedIds(M1symb, type="ENTREZID", keys="SYMBOL", db = org.Mm.eg.db)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.