Processed raw genotype data with the parameter settings as in the Vignette and following topbot alterations.
1 |
A list of two objects named pedigree
and genotypes
:
pedigree
is a data frame with the following information:
Family ID
Isolate ID
Paternal ID. This is not used by XIBD and is set to zero.
Maternal ID. This is not used by XIBD and is set to zero.
Gender - 1 for male and 2 for female
Affection status of individuals. This is set to 2 and is ignored by XIBD IBD inference.
genotypes
is a data frame with the first 11 columns:
Chromosome
SNP identifier
Genetic map distance
Base-pair position
Population allele frequency
Condition SNP number
Conditional probability Pr(ba)
Conditional probability Pr(bA)
Conditional probability Pr(Ba)
Conditional probability Pr(BA)
Allele frequency of conditioned SNP
where each row describes a single SNP. Columns 12 onwards contain the genotype data for each individual, where a single column corresponds to a single individual. These columns are labeled with merged family IDs and individual IDs separated by a slash symbol (/).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.