Learn R Programming

SMITE (version 1.0.2)

extractScores: 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

See Also

scorePval extractModules highScores

Examples

Run this code
data(test_annotation_score_data)

out <- extractScores(pvalue_annotation=test_annotation)

head(out)

Run the code above in your browser using DataLab