MultiObjectiveGenomicSelectionProblemMixin#
- class pybrops.breed.prot.sel.prob.MultiObjectiveGenomicSelectionProblem.MultiObjectiveGenomicSelectionProblemMixin[source]#
Bases:
object
Helper class to implement properties common to MOGS.
Methods
from_gmat_gpmod
Attributes
Genotype matrix of shape (n,p) in {0,1,2} format.
Marker weights.
Number of latent variables.
ploidy.
Target allele frequency.
Whether the target allele frequency is heterozygous.
Whether the target allele frequency is fixation of a major allele.
Whether the target allele frequency is fixation of a minor allele.
- property geno: ndarray#
Genotype matrix of shape (n,p) in {0,1,2} format.
- property mkrwt: ndarray#
Marker weights.
- property nlatent: Integral#
Number of latent variables.
- property ploidy: Integral#
ploidy.
- property tfreq: ndarray#
Target allele frequency.
- property tfreq_fix_heter: ndarray#
Whether the target allele frequency is heterozygous.
- property tfreq_fix_major: ndarray#
Whether the target allele frequency is fixation of a major allele.
- property tfreq_fix_minor: ndarray#
Whether the target allele frequency is fixation of a minor allele.