adm_genotypes: Genotypes of 250 admixed individuals at 56,003 markers

Description Usage Format Author(s) Source References

Description

This matrix adm_genotypes stores the full data set of simulated phased genotypes (meaning genotypes at different markers are phased with respect to each other) that was used in the ASAFE paper. adm_genotypes contains genotypes at 56,003 markers for 250 admixed individuals.

For each individual at a marker, the genotype is also phased with respect to the ancestry pair given in adm_ancestries, so that true ancestry-specific allele frequencies can be calculated from adm_genotypes and adm_ancestries to obtain ancestral_freqs, by overlaying ancestries on genotypes. The ASAFE EM algorithm does not assume that ancestries and genotypes at the same marker are phased with respect to each other, or that ancestries at different markers are phased with respect to each other, or that genotypes at different markers are phased with respect to each other, and provides estimates of true ancestry-specific allele frequencies.

Usage

1

Format

A 56,003 x 251 matrix with the following rows, columns, and entries:

  1. Rows: 1 row per bi-allelic marker, with alleles arbitrarily labeled 0 and 1

  2. Columns: First column is Marker ID. Following columns consist of 1 column per individual. Individuals should be listed in the same order in the genotype matrix adm_genotypes as in the ancestry matrix adm_ancestries.

  3. Entries: For an entry that is not in the Marker ID column, an entry can take value 0/0, 0/1, 1/0, or 1/1, where 0 and 1 are arbitrary labels for a bi-allelic SNP's two alleles. A slash ”/” indicates an unphased genotype, so 0/1 and 1/0 are the same unphased genotype. It just so happens that this particular adm_genotypes matrix contains phased genotypes, despite the presence of slashes. However, the ASAFE algorithm does not assume that genotypes are phased with respect to each other.

Author(s)

Qian Zhang

Source

Simulated genetic data

References

Zhang QS, Browning BL, and Browning SR (2016) ”Ancestry Specific Allele Frequency Estimation.” Bioinformatics.


BiostatQian/ASAFE documentation built on May 6, 2019, 7:56 a.m.