Skip to content
/ snps Public

tools for reading, writing, merging, and remapping SNPs

License

Notifications You must be signed in to change notification settings

apriha/snps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/>.