powered by
Function to change the base-pair in a specific loci
mutation.intro(population, gen, sex, individual.nr, qtl.posi, haplo.set = 1)
Population list
Generation of the individual to introduce a mutation in
Sex of the individual to introduce a mutation in
Individual Nr. of the individual to introduce a mutation in
Marker number to mutate
Select chromosome set (default: 1 , alt: 2)
Population-List with mutated marker for the selected individual
# NOT RUN { data(ex_pop) ex_pop <- mutation.intro(ex_pop, 1,1,1, qtl.posi=100) # }
Run the code above in your browser using DataLab