rpt.AMEL | R Documentation |
Used after a call to DNAmixture
with compile=FALSE,triangulate=FALSE
, this function replaces the CPTs for the genotype allele count arrays for the AMEL marker in a DNA mixture to specify sex of contributors
rpt.AMEL(mixture,sex,compile=TRUE)
mixture |
A DNAmixture object |
sex |
Integer vector, sex of each contributor |
compile |
Logical, should BN be compiled after modification? |
The sex of each contributor is coded as in pedtools
, namely 0=unspecified, 1=male, 2=female.
No value is returned, the function is called for its side effect
Peter Green (P.J.Green@bristol.ac.uk)
data(test2data)
data(NGMDyes)
mixD<-DNAmixture(list(epg),k=3,C=list(0.001),database=db,dyes=list(NGMDyes),
triangulate=FALSE,compile=FALSE)
rpt.AMEL(mixD,c(1,2,0)) # the 3 contributors are male, female, and unspecified,respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.