geneticData-class: Object containing the genetic data for a population

Description Details Slots

Description

Object containing the genetic data for a population

Details

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.

Slots

founders

The 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.

finals

The 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.

hetData

Information about the encoding of marker heterozygotes.

pedigree

Object of class pedigree with information about how the final genetic lines are generated from the founding lines.

imputed

Optional data about imputed IBD genotypes. Can be generated using imputeFounders, assuming there is a genetic map available.

probabilities

Optional data about IBD genotype probabilities. Can be generated using computeGenotypeProbabilities, assuming there is a genetic map available.

pheno

Optional


rohan-shah/mpMap2 documentation built on July 21, 2020, 8:58 p.m.