ct.DirectionalTests {gCrisprTools} | R Documentation |
This function produces two sets of one-sided P-values derived from the moderated t-statistics produced by eBayes.
ct.DirectionalTests(fit, contrast.term = NULL)
fit |
An object of class MArrayLM containing, at minimum, a |
contrast.term |
If a fit object with multiple coefficients is passed in, a string indiating the coefficient of interest. |
A matrix object with two numeric columns, indicating the p-values quantifying the evidence for enrichment and depletion of each feature in the relevant model contrast.
Russell Bainer
data('fit') ct.DirectionalTests(fit)