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.
lineage
requires Python 3.4+, pandas, and
matplotlib.
lineage
is available on the
Python Package Index. Install lineage
via
pip
:
pip install lineage
Thanks to Whit Athey, Ryan Dale, Binh Bui, Gopal Vashishtha, and CS50.
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/>.