This function constructs a new BGData object.
BGData(geno, pheno = NULL, map = NULL)A geno object that contains genotypes.
A data.frame that contains sample information (including
phenotypes). A stub that only contains a sample_id column
populated with either the rownames of geno or a sequence
starting with sample_ will be generated if NULL
A data.frame that contains variant information. A stub that only
contains a variant_id column populated with either the colnames
of geno or a sequence starting with variant_ will be
generated if NULL
BGData-class and geno-class for more
information on the above mentioned classes.