heatmapViz {PubScore}R Documentation

Retrieve the heatmap attribute

Description

Retrieve the heatmap attribute

Usage

heatmapViz(pub)

## S4 method for signature 'PubScore'
heatmapViz(pub)

Arguments

pub

Object of class PubScore

Value

A "gg" object, from ggplot2, containing a heatmap from the counts table.

Examples

#Create a new pubscore object
pub <- pubscore(genes = c('cd4','cd8'),terms_of_interest = c('blabla','immunity'))
plot(heatmapViz(pub))

[Package PubScore version 1.4.0 Index]