Object containing the genetic data for a population
This object contians the genetic data for a population. Required data includes the genetic data for the founding lines of the poulation, the final lines of the population, information about the enoding of heterozygotes, and the pedigree used to generate the final genetic lines from the founding genetic line.
Optional data includes IBD genotype imputations, a data.frame of phenotypes, and IBD genotype probabilities.
This class has extensive validity checking, to ensure that all the different inputs are compatible and meet the requirements. If an error is found, an informative error message should be produced.
foundersThe genetic data for the founding lines of the population. Must be an integer matrix, where rows correspond to genetic lines and columns correspond to genetic markers.
finalsThe genetic data for the final lines of the population. Must be an integer matrix, where rows correspond to genetic lines and columns correspond to genetic markers.
hetDataInformation about the encoding of marker heterozygotes.
pedigreeObject of class pedigree with information about how the final genetic lines are generated from the founding lines.
imputedOptional data about imputed IBD genotypes. Can be generated using imputeFounders, assuming there is a genetic map available.
probabilitiesOptional data about IBD genotype probabilities. Can be generated using computeGenotypeProbabilities, assuming there is a genetic map available.
phenoOptional
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.