BonfCorr-methods {CAnD} | R Documentation |
BonfCorr
~~This function returns whether the Bonferroni multiple testing correction was applied in calculating the final p-values by chromosome/chromosomal segment.
BonfCorr(object)
object |
An object of type |
A logical indicator of whether the Bonferroni multiple testing correction was used.
Defined methods include:
signature(object = "CAnD")
Returns the whether the Bonferroni multiple testing
correction was applied in calculating the final
p-values for a CAnD
object
Caitlin McHugh
CAnDResult
-class
data(ancestries) BonfCorr( CAnD(ancestries[,c(2:5)]) )