compute.snps_single: Compute genotype/haplotype in gene editing application

Description Usage Arguments Value

View source: R/compute.snps.R

Description

Internal function for the computation of genotypes & haplotypes in gene editing application

Usage

1
2
3
4
5
6
7
8
9
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


MoBPS documentation built on Nov. 9, 2021, 5:08 p.m.