getScore {PubScore} | R Documentation |
Retrieve the literature_score attribute
getScore(pub) ## S4 method for signature 'PubScore' getScore(pub)
pub |
Object of class |
A "numeric" with the literature score for this gene x term combination
# Create a new pubscore object pub <- pubscore(genes = c('cd4','cd8'),terms_of_interest = c('blabla','immunity')) plot(networkViz(pub))