compute.snps_single {MoBPS} | R Documentation |
Compute genotype/haplotype in gene editing application
Description
Internal function for the computation of genotypes & haplotypes in gene editing application
Usage
compute.snps_single(
population,
current.recombi,
current.mut,
current.ursprung,
faster = TRUE,
import.position.calculation = NULL,
decodeOriginsU = decodeOriginsR
)
Arguments
population |
Population list |
current.recombi |
vector of currently activ recombination points |
current.mut |
vector of currently activ mutations |
current.ursprung |
vector of currently activ origins |
faster |
If FALSE use slower version to compute markers between recombination points |
import.position.calculation |
Function to calculate recombination point into adjacent/following SNP |
decodeOriginsU |
Used function for the decoding of genetic origins [[5]]/[[6]] |
Value
haplotypes for the selected individual
[Package MoBPS version 1.6.64 Index]