read_population
object to a multi-parent objectThis function converts an object formatted for cape 1.0 to an object formatted for cape 2.0
cape2mpp(data_obj, geno_obj = NULL)
This function returns a list with two objects:
list("data_obj" = data_obj, "geno_obj" = geno_obj)
These two objects must be separated again to run through cape.
a data_obj formatted for cape 1.0
a genotype object. If geno_obj is NULL the genotype object is generated from data_obj$geno.