An open API service indexing awesome lists of open source software.

https://github.com/alexsosn/rosalindmendelsfirstlaw

Solution for Mendels Firs Law problem on Rosalind project
https://github.com/alexsosn/rosalindmendelsfirstlaw

Last synced: 4 months ago
JSON representation

Solution for Mendels Firs Law problem on Rosalind project

Awesome Lists containing this project

README

        

RosalindMendelsFirstLaw
=======================

Solution for Mendels Firs Law problem (IPRB) on Rosalind project.
http://rosalind.info/problems/

Given: Three positive integers k, m, and n, representing a population containing k+m+n organisms: k individuals are homozygous dominant for a factor, m are heterozygous, and n are homozygous recessive.

Return: The probability that two randomly selected mating organisms will produce an individual possessing a dominant allele (and thus displaying the dominant phenotype). Assume that any two organisms can mate.

Mac OSX /
Objective-C /
Bioinformatic