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
- Host: GitHub
- URL: https://github.com/alexsosn/rosalindmendelsfirstlaw
- Owner: alexsosn
- Created: 2013-03-09T13:10:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-09T13:31:55.000Z (over 12 years ago)
- Last Synced: 2025-01-14T17:32:15.347Z (5 months ago)
- Language: Objective-C
- Size: 230 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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