Learn R Programming

SMITE (version 1.0.2)

test_annotation_score_data: A toy PvalueAnnotation

Description

This Pvalue annotation has only scoring data filled in to use in late pipeline "SMITE" functions. It can be used to skip the loading data phase of analysis and test latter functionality.

Usage

data("test_annotation_score_data")

Arguments

Value

A PvalueAnnotation with the score_data slot containing toy scores

Format

A PvalueAnnotation with the following slots
score_data
a PvalueObject with slots corresponding to pval_data, effect_data, genes, signs_index, scores, trans, scoring_vector, and module_otuput

Details

This is a PvalueAnnotation which has had all of the pre-scoring data removed so that it is only usefule for using functions beginning with SMITE and SMITE plotting functions.

Examples

Run this code
data(test_annotation_score_data)
plotDensityPval(test_annotation)
head(extractScores(test_annotation))

Run the code above in your browser using DataLab