makeTermList | R Documentation |
Easily make a termlist for GOHeat()
makeTermList(GOres, keylist, retCol = "term_name")
GOres |
List of GO results tables from GO_GEM() with returnRes=TRUE. |
keylist |
named list of character vectors of keys to match in the term_name column of the GO results |
retCol |
character or character vectors of column names from GOres to be returned. Default is "term_name". |
named list of term names enriched in at least one of the GO tables in GOres for use with GOHeat(). Be sure to double check the termlist before making the heatmap as unwanted terms could be returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.