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))

PubScore documentation built on Nov. 11, 2020, 2:01 a.m.