CAnDResult-class {CAnD}R Documentation

Class "CAnDResult"

Description

Objects of this class store results from running CAnD methods.

Objects from the Class

Objects can be created by calls of nonParam_CAnD or CAnD.

Slots

test:

Object of class "character", the type of CAnD test performed

pValues:

Object of class "numeric", the p-values for each chromosome/chromosomal segment tested

overallStatistic:

Object of class "numeric", the overall CAnD test statistic for the set

overallpValue:

Object of class "numeric", the overall p-value for the set

BonfCorr:

Object of class "logical", whether Bonferroni multiple testing correction was applied to the p-values for each chromosome/chromosomal segment tested

Methods

No methods defined with class "CAnDResult" in the signature.

Author(s)

Caitlin McHugh

Examples

showClass("CAnDResult")

[Package CAnD version 1.25.0 Index]