edit_animal: Internal gene editing function

Description Usage Arguments Value

View source: R/edit.animal.R

Description

Internal function to perform gene editing

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
edit_animal(
  population,
  gen,
  sex,
  nr,
  nr.edits,
  decodeOriginsU = decodeOriginsR,
  bit.storing = FALSE,
  nbits = 30
)

Arguments

population

Population list

gen

Generation of the individual to edit

sex

Gender of the individual to edit

nr

Number of the individual to edit

nr.edits

Number of edits to perform

decodeOriginsU

Used function for the decoding of genetic origins [[5]]/[[6]]

bit.storing

Set to TRUE if the MoBPS (not-miraculix! bit-storing is used)

nbits

Bits available in MoBPS-bit-storing

Value

animal after genome editing


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

Related to edit_animal in MoBPS...