get_all_counts: Retrieve the all_counts attribute

Description Usage Arguments Value Examples

Description

Retrieve the all_counts attribute

Usage

1
2
3
4
get_all_counts(pub)

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

Arguments

pub

Object of class PubScore

Value

A dataframe containing the counts table for all genes.

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.