networkViz {PubScore} | R Documentation |
Retrieve the network attribute
networkViz(pub) ## S4 method for signature 'PubScore' networkViz(pub)
pub |
Object of class |
A "gg" object, from ggplot2, containing a network from the counts table.
# Create a new pubscore object pub <- pubscore(genes = c('cd4','cd8'),terms_of_interest = c('blabla','immunity')) plot(networkViz(pub))