- object
A "RADdata"
object.
- n.gen.backcrossing
An integer, zero or greater, indicating how many generations of
backcrossing to the recurrent parent were performed.
- n.gen.intermating
An integer, zero or greater, indicating how many generations of
intermating within the population were performed.
- n.gen.selfing
An integer, zero or greater, indicating how many generations of
selfing were performed.
- minLikelihoodRatio
The minimum likelihood ratio for determining parental genotypes with
confidence, to be passed to GetLikelyGen
for both
parental taxa.
- freqAllowedDeviation
For AddAlleleFreqMapping
, the amount by which an allele
frequency can deviate from an expected allele frequency in order to be
counted as that allele frequency.
- freqExcludeTaxa
A character vector indicating taxa to exclude from allele frequency
estimates and ploidy \(\chi ^ 2\) estimates.
- useLinkage
Boolean. Should genotypes at nearby loci (according to genomic alignment
data) be used for updating genotype priors?
- linkageDist
A number, in basepairs, indicating the maximum distance for linked loci.
Ignored if useLinkage = FALSE
.
- minLinkageCorr
A number ranging from zero to one. Indicates the minimum correlation
coeffienct between weighted mean genotypes at two alleles in order for linkage
data to be used for updating genotype priors. Ignored if
useLinkage = FALSE
.
- overdispersion
Overdispersion parameter; see AddGenotypeLikelihood
.