Learn R Programming

MoBPS (version 1.13.1)

miraculix: Add miraculix-coding for genotypes

Description

Internal function to store genotypes bit-wise

Usage

miraculix(population)

Value

Population list

Arguments

population

Population list

Examples

Run this code
# This is only relevant with the package miraculix is installed and used
population <- creating.diploid(nsnp=100, nindi=50, miraculix=FALSE)
population <- miraculix(population)

Run the code above in your browser using DataLab