HomozgosityMapper pedigree

HomozygosityMapper

Input file formats

Genotype files must be tabular with the samples as columns and the SNPs as rows, they can also be zipped or gzipped.
Since there appears to be an unlimited array of different formats for genotype files, we specify here those that can be imported into HomozygosityMapper without any further manipulation.
In every file, lines starting with the number sign (#) will be ignored. In each line, the SNP ID (Affymetrix ID or, with Illumina files, dbSNP ID) must be directly followed by the genotypes. The genotypes must be written in one fo the following ways:

Affymetrix (example)

SNP ID Sample01 Sample02 Sample03 Sample04 Sample08 Sample09
SNP_A-1513509BBBBABBBABBB
SNP_A-1518411BBBBBBBBBBBB
SNP_A-1511066ABNoCall AAAAAAAA
SNP_A-1517367AAABABAAAAAB

Instead of AA/AB/BB/NoCall, also the 'number format' (0,1,2,-1) can be used.

The following columns will be ignored and do not have to be removed from the file:
  • dnsnp rs id
  • tsc id
  • chromosome
  • physical position

Illumina

DBSNP Sample01 Sample02 Sample03 Sample05 Sample06
rs1000001030321
rs1000002333212
rs1000003033023
rs100000703100
rs1000009230130
rs1000012111122

Instead of 1/2/3/0, also the character format (AA, AB, BB, --) can be used.