networkViz: Retrieve the network attribute

Description Usage Arguments Value Examples

Description

Retrieve the network attribute

Usage

1
2
3
4
networkViz(pub)

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

Arguments

pub

Object of class PubScore

Value

A "gg" object, from ggplot2, containing a network 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(networkViz(pub))

lubianat/iscore documentation built on March 14, 2021, 11:50 a.m.