Description Usage Arguments Details Value
View source: R/multipleFamilyCalculations.R
Computes a p-value for each variant sharing pattern across families
1 2 3 4 5 6 7 8 | multipleVariantPValue(
snpMat,
famInfo,
sharingProbs,
minorAllele = NULL,
filter = NULL,
alpha = 0
)
|
snpMat |
SnpMatrix |
famInfo |
data frame containing pedigree, member, father, mother, sex, affected fields for each sequenced subject |
sharingProbs |
vector of sharing probabilites, must be a named vector with famid's for each probability |
minorAllele |
vector specifying the minor allele of each variant |
filter |
criteria for filtering pvalues |
alpha |
parameter for filter |
For each variant, the families which have all sequenced subjects sharing the variant and the families which have some sequenced subjects sharing the variant are recorded. These values are passed to multipleFamilyPValue
list containing p-values and potential p-values for each variant
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.