powered by
Internal function for the computation of genotypes & haplotypes
compute.snps( population, gen, sex, nr, faster = TRUE, import.position.calculation = NULL, from_p = 1, to_p = Inf, decodeOriginsU = decodeOriginsR, bit.storing = FALSE, nbits = 30, output_compressed = FALSE )
Population list
Generation of the individual to compute
Gender of the individual to compute
Number of the individual to compute
If FALSE use slower version to compute markers between recombination points
Function to calculate recombination point into adjacent/following SNP
First SNP to consider
Last SNP to consider
Used function for the decoding of genetic origins [[5]]/[[6]]
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
haplotypes for the selected individual
# NOT RUN { data(ex_pop) compute.snps(ex_pop, gen=1, sex=1, nr=1) # }
Run the code above in your browser using DataLab