allchains.hyper.enrich: allchains.hyper()

View source: R/12_hyper_enrichment_functions.R

allchains.hyper.enrichR Documentation

allchains.hyper()

Description

Provide a rapid way to perform hyper.tests on <.allchains> objects created using the lipid.miner function.

Usage

allchains.hyper.enrich(X, Y, pval = 0.05, adjpval = 1)

Arguments

X

any <Query.allchains> object

Y

any <Universe.allchains> object

pval

is a regular pvalue to use as a cutoff for the enrichment

adjpval

is a BH adjusted pvalue to use as a cutoff for the enrichment

Details

The difference between the allchains.hyper and the allchains.hyper.enrich function is that the <.enrich> function allows to extract only the element that are enriched according to a Pvalue or a BH adjusted pvalue.

the universe file db.allchains is provided if you are lacking an universe file

Value

This function will return a data frame with the results of the tests

Author(s)

Geremy Clair

Examples

allchains.hyper.enrich(queryExample.allchains, universeExample.allchains)


PNNL-Comp-Mass-Spec/Rodin documentation built on Jan. 28, 2024, 2:12 a.m.