getScore: Retrieve the literature_score attribute

Description Usage Arguments Value Examples

Description

Retrieve the literature_score attribute

Usage

1
2
3
4
getScore(pub)

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

Arguments

pub

Object of class PubScore

Value

A "numeric" with the literature score for this gene x term combination

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.