addGeneNames | R Documentation |
Just a quick way to convert gene matrices with ENSGs as row.names to data tables with columns for human readable gene names and ENSGs.
addGeneNames(x, t2g = NULL)
x |
Expression matrix (or any matrix) that has ENSG IDs as row.names |
t2g |
Transcript to Genename table for mapping (if available). If none is supplied then will generate one from BioMart (takes longer). |
Data table with columns for gene names and ENSG IDs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.