heatmapViz: Retrieve the heatmap attribute

Description Usage Arguments Value Examples

Description

Retrieve the heatmap attribute

Usage

1
2
3
4
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

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

csbl-usp/PubScore documentation built on March 13, 2021, 11:03 p.m.