Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gametic heterozygosity_observed #279

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    1ed233e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b5245e View commit details
    Browse the repository at this point in the history
  3. pep 8 corrections

    timothymillar committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    623a67c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c7e151 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Initial implementation of heterozygosity_individual

    This function is based on the definition in Hardy (2016)
    "Population genetics of autopolyploids under a mixed mating
    model and the estimation of selfing rate".
    It calculates the 'level' of heterozygosity of individuals
    in a consistant way across ploidy levels such that a diploid
    always has a heterozygosity of 0 (hom) or 1 (het) and
    a polyploid will always have a values from 0 (fully hom) to
    1 (fully het).
    timothymillar committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    6e3dc0f View commit details
    Browse the repository at this point in the history
  2. Re-implement heterozygosity_observed using heterozygosity_individual.

    This also enables using heterozygosity_observed with mixed-ploidy
    data via the 'ploidy' argument.
    timothymillar committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    65d1412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5183488 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    1649eee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7869546 View commit details
    Browse the repository at this point in the history
  3. Docstring

    timothymillar committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    d84e1cb View commit details
    Browse the repository at this point in the history
  4. Flake8 whitespace

    timothymillar committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    6f6ed5a View commit details
    Browse the repository at this point in the history