Comparison of Autosomal Genetic Models

Genetic Modeling Background A couple of years ago I made my first model of genetic inheritance. It was probably about as simple as such a model could be. Rather than having 22 separate autosomal chromosomes, it was more like having one long string of connected...

Code for X Chromosome Model, in Python

# Copyright (c) 2020 Brit Nicholson. # All rights reserved. This program is made available under # the terms of the Simple Non Code License (SNCL) v2.3.0, # which is available at # https://github.com/MysteryDash/Simple-Non-Code-License/blob/master/License.txt # This...

Modeling the Inheritance of X Chromosome DNA

First X Model Attempt In June, 2019 I started working on a model of X Chromosome inheritance. The model ran into some problems and I seemed to have given up on it for some time. Seven months later I decided that this was something I still really wanted to do. I set up...

Code for Combined DNA Calculator

# Copyright (c) 2020 Brit Nicholson. # All rights reserved. This program is made available under # the terms of the Simple Non Code License (SNCL) v2.3.0, # which is available at # https://github.com/MysteryDash/Simple-Non-Code-License/blob/master/License.txt # This...

Code for Inheritance of Ancestral DNA Training Model

# Copyright (c) 2020 Brit Nicholson. # All rights reserved. This program is made available under # the terms of the Simple Non Code License (SNCL) v2.3.0, # which is available at # https://github.com/MysteryDash/Simple-Non-Code-License/blob/master/License.txt #...