enriched_result: the enriched results class

View source: R/all_classes.R

enriched_resultR Documentation

the enriched results class

Description

given all the slots for an enriched_result, checks that all the data is self-consistent, and creates the enriched_result object.

Usage

enriched_result(features, universe, annotation, statistics)

enriched_result(features, universe, annotation, statistics)

Arguments

features

the features that were differentially expressed (see details)

universe

all of the features that were measured

annotation

an annotation object

statistics

a statistical_results object

Value

enriched_result

Slots

features

the "features" of interest, a vector of class ANY

universe

all of the "features" in the background

annotation

list giving the annotation to feature relationship

statistics

a statistical_results object


MoseleyBioinformaticsLab/categoryCompare2 documentation built on April 30, 2024, 9:09 p.m.