extractScores {SMITE}R Documentation

Extract scores for all genes

Description

A function to obtain all gene scores

Usage

extractScores(pvalue_annotation)

Arguments

pvalue_annotation

An S4 object of class PvalueAnnotation for which scores have already been calculated

Value

A named vector containing all gene scores

Author(s)

N. Ari Wijetunga

See Also

scorePval extractModules highScores

Examples

data(test_annotation_score_data)

out <- extractScores(pvalue_annotation=test_annotation)

head(out)


[Package SMITE version 1.21.2 Index]