BonfCorr-methods {CAnD}R Documentation

~~ Methods for Function BonfCorr ~~

Description

This function returns whether the Bonferroni multiple testing correction was applied in calculating the final p-values by chromosome/chromosomal segment.

Usage

BonfCorr(object)

Arguments

object

An object of type CAnDResult

Value

A logical indicator of whether the Bonferroni multiple testing correction was used.

Methods

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

Author(s)

Caitlin McHugh

See Also

CAnDResult-class

Examples

    data(ancestries)
    BonfCorr( CAnD(ancestries[,c(2:5)]) ) 

[Package CAnD version 1.22.0 Index]