pvcalc | R Documentation |
Given a matrix of prior probabilities for the genotypes at each SNP, this function will calculate the prior variance of genotypes.
pvcalc(priormat)
priormat |
A matrix of prior genotype probabilities. Element
|
A vector of prior variances.
David Gerard
data("uit") priormat <- uit$snpdf[, paste0("Pr_", 0:4)] pvcalc(priormat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.