Description Usage Arguments Value Examples
Retrieve the heatmap attribute
1 2 3 4  | heatmapViz(pub)
## S4 method for signature 'PubScore'
heatmapViz(pub)
 | 
pub | 
 Object of class   | 
A "gg" object, from ggplot2, containing a heatmap from the counts table.
1 2 3  | #Create a new pubscore object
pub <- pubscore(genes = c('cd4','cd8'),terms_of_interest = c('blabla','immunity'))
plot(heatmapViz(pub))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.