pvalSets3N: Compute the p-value of intersection of three subsets

View source: R/pval_sets.R

pvalSets3NR Documentation

Compute the p-value of intersection of three subsets

Description

This function computes the p-value of intersection of three subsets.

Usage

pvalSets3N(a, b, c, n)

Arguments

a

A character vector.

b

A character vector.

c

A character vector.

n

Set from which a, b and c are selected.

Details

A thin wrapper around pvalCounts3N.

Value

A numeric value in [0, 1] representing the p-value of intersection of three subsets.

Examples

pvalSets3N(LETTERS[seq(4, 10)],
LETTERS[seq(7, 15)],
LETTERS[seq(19)],
LETTERS)


LISTO documentation built on April 25, 2026, 5:06 p.m.