powered by
Internal function to calculate the breeding value of a given individual
calculate.bv( population, gen, sex, nr, activ_bv, import.position.calculation = NULL, decodeOriginsU = decodeOriginsR, store.effect.freq = FALSE, bit.storing = FALSE, nbits = 30, output_compressed = FALSE, bv.ignore.traits = NULL )
Population list
Generation of the individual of interest
Sex of the individual of interest
Number of the individual of interest
traits to consider
Function to calculate recombination point into adjacent/following SNP
Used function for the decoding of genetic origins [[5]]/[[6]]
If TRUE store the allele frequency of effect markers per generation
Set to TRUE if the MoBPS (not-miraculix! bit-storing is used)
Bits available in MoBPS-bit-storing
Set to TRUE to get a miraculix-compressed genotype/haplotype
Vector of traits to ignore in the calculation of the genomic value (default: NULL; Only recommended for high number of traits and experienced users!)
[[1]] true genomic value [[2]] allele frequency at QTL markers
# NOT RUN { data(ex_pop) calculate.bv(ex_pop, gen=1, sex=1, nr=1, activ_bv = 1) # }
Run the code above in your browser using DataLab