calculatePvalue: Calculates P-value for the regions

Description Usage Arguments Value See Also

View source: R/calculatePval.R

Description

This calculates the adjusted P-values for the regions using column permutation and Benjamini Hochberg correction methods.

Usage

1
calculatePvalue(trueTstat, compare_tstats)

Arguments

trueTstat

The T-statistics value calculated using calculateTvalue for the intended comparison.

compare_tstats

The T-statistics value calculated using calculateTvalue for all other comparisons possible.

Value

A vector that is the adjusted P-value for the intended comparison.

See Also

DBAnalyze which calls this function


CSSQ documentation built on Nov. 8, 2020, 6:47 p.m.