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