getScore {PubScore}R Documentation

Retrieve the literature_score attribute

Description

Retrieve the literature_score attribute

Usage

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

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

[Package PubScore version 1.6.0 Index]