multipleFamilyPValue_R_Backend: R backend for multipleFamilyPValue calculation

Description Usage Arguments Value

View source: R/multipleFamilyCalculationsBackend.R

Description

R backend for multipleFamilyPValue calculation

Usage

1
multipleFamilyPValue_R_Backend(sharingProbs, observedSharing, minPValue = 0)

Arguments

sharingProbs

named vector of sharing probabilties, where names correspond to famid value of pedigree

observedSharing

boolean vector describing if all affected subjects in the family share the variant (TRUE if all share)

minPValue

the minimum p-value threshold, once the true p-value is determined to be less than this, the computation stops and minPValue is returned - this prevents extremely long computations for extremely small p-values

Value

p-value


RVS documentation built on Nov. 8, 2020, 6:57 p.m.