| pvalSets3N | R Documentation |
This function computes the p-value of intersection of three subsets.
pvalSets3N(a, b, c, n)
a |
A character vector. |
b |
A character vector. |
c |
A character vector. |
n |
Set from which |
A thin wrapper around pvalCounts3N.
A numeric value in [0, 1] representing the p-value of intersection of three subsets.
pvalSets3N(LETTERS[seq(4, 10)],
LETTERS[seq(7, 15)],
LETTERS[seq(19)],
LETTERS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.