tools for genetic genealogy and the analysis of consumer DNA test results


Keywords
dna, genes, genetics, genealogy, snps, chromosomes, genotype, bioinformatics, ancestry
License
MIT
Install
pip install lineage==2.0.0

Documentation

lineage

lineage provides a framework for analyzing raw DNA data provided by consumer DNA testing companies (e.g., 23andMe, Family Tree DNA, and Ancestry), primarily for the purposes of genetic genealogy.

Dependencies

lineage requires Python 3.4+, pandas, and matplotlib.

Installation

lineage is available on the Python Package Index. Install lineage via pip:

pip install lineage

Acknowledgements

Thanks to Whit Athey, Ryan Dale, Binh Bui, Gopal Vashishtha, and CS50.

License

Copyright (C) 2016 Andrew Riha

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.