networkViz {PubScore}R Documentation

Retrieve the network attribute

Description

Retrieve the network attribute

Usage

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

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

[Package PubScore version 1.2.0 Index]