Core Functions
creating.diploid() |
Create founder population |
breeding.diploid() |
Simulate breeding actions |
creating.trait() |
Add traits to population |
Analysis Functions
kinship.emp() |
Genomic kinship matrix |
kinship.exp() |
Pedigree kinship matrix |
inbreeding.emp() |
Genomic inbreeding |
inbreeding.exp() |
Pedigree inbreeding |
get.pca() |
PCA plot |
get.admixture() |
Admixture analysis |
bv.development() |
Genetic trend plot |
analyze.bv() |
Prediction accuracy |
Utility Functions
summary() |
Population summary |
get.size() |
Number of individuals |
set.class() |
Assign class to individuals |
clean.up() |
Free memory |
new.base.generation() |
Reset generation numbering |
Export Functions
get.vcf() |
Export VCF file |
get.plink() |
Export PLINK files |
get.pedmap() |
Export ped/map files |
For Full Documentation
# Function help
?creating.diploid
?breeding.diploid
# Package help
help(package = "MoBPS")
Summary
Quick reference for common MoBPS functions. See the full manual for complete parameter lists and details.