public class PopulationData
public java.lang.String name
public java.lang.String chromosome
public java.util.ArrayList<java.lang.String> members
public BitSet snpIndex
public java.lang.String parent1
public java.lang.String parent2
public double contribution1
public double contribution2
public int Fgen
public double inbredCoef
public GenotypeTable original
public GenotypeTable imputed
public kotlin.Array[] alleleA
public kotlin.Array[] alleleC
public boolean useSubpopulations
public static java.util.ArrayList<net.maizegenetics.analysis.imputation.PopulationData> readPedigreeFile(java.lang.String popFilename)
popFilename - the name of the file containing pedigree information for a group of populationspublic static java.util.ArrayList<net.maizegenetics.analysis.imputation.PopulationData> readPedigreeFile(java.lang.String popFilename,
java.lang.String chrname,
boolean includeParents)
popFilename - the name of the file containing pedigree information for a group of populationsincludeParents - should the parents be included as family members?