If you just want to convert DNA files without using PHP or command line:
Upload your file and get instant conversion between:
- 23andMe
- AncestryDNA
- MyHeritage
- FamilyTreeDNA
This project is a PHP tool for converting raw DNA data files between different genetic testing formats.
It allows users to transform DNA files exported from services like 23andMe into formats compatible with other platforms such as AncestryDNA and MyHeritage.
- 23andMe
- AncestryDNA
- MyHeritage
- FamilyTreeDNA
Run the converter from command line:
php converter/convert.php input.txt output.txt target_formatExample:
php converter/DNA-converter.php examples/sample_23andme.txt output.txt ancestrydna Example files
Folder /examples contains sample files:
sample_23andme.txt samзle_AncestryDNA.txt sample_MyHeritage.csv sample_FamilyTreeDNA.csv
- Convert DNA formats
- Upload raw DNA data
- Understand file structures
See /guides for full documentation.
Important note
This tool works only with raw DNA data files. It does NOT provide medical diagnosis or health advice.
License MIT