1 / 10

Fun with Squares: Punnett Squares and Genetic Probability

Fun with Squares: Punnett Squares and Genetic Probability. By Bella Onwumbiko Under the direction of Professor Susan Rodger Duke University July 2013. In 7 th grade, students should be able to use Punnett squares to infer patterns of heredity:.

clea
Download Presentation

Fun with Squares: Punnett Squares and Genetic Probability

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Fun with Squares: Punnett Squares and Genetic Probability By Bella Onwumbiko Under the direction of Professor Susan Rodger Duke University July 2013

  2. In 7th grade, students should be able to use Punnett squares to infer patterns of heredity: Students should also be able to predict offspring ratios (easily done using Punnett squares): Mapping to North Carolina Biology Standards… http://www.ncpublicschools.org/docs/acre/standards/new-standards/science/6-8.pdf http://www.ncpublicschools.org/docs/acre/standards/new-standards/science/biology.pdf

  3. Scientists use Punnett squares to predict the outcome of breeding experiments! For example, Let’s take hamsters! What if one parent has BROWN fur and the other parent has WHITE fur? Let’s assume there is codomince such that the BROWN fur color is dominant and WHITE is recessive. What is the probability that the child of these two parents will have WHITE fur? You’ve Heard of Punnett Squares, right? The question sounds tough at first, but once we take a closer look, you’ll see how simple it can be!

  4. Go and play the punnettSquares_Challenge.a2w Alice World. Keep watching until Dr. Gene asks you to fill in the Punnett square. Later on, you’ll have to write some code for that part to work! The beginning gives a quick review of inheritance terms like: B b • Allele, • Dominant, • Recessive, • Homozygous, and • Heterozygous B Do you remember how to fill in a Punnett square? A Bit of Detail… A Quick refresher… b Let’s say one parent is heterozygous (brown fur) and the other is also heterozygous (brown fur)

  5. Do you remember how to fill in a Punnett square? b B B b B B B B b b b b A Bit of Detail…A Quick refresher… Not bad, right? Let’s look at the stats: BB, Bb 3 out of 4 (75%) offspring will have brown fur. Brown fur: bb 1 out of 4 (25%) offspring will have white fur. White fur:

  6. Great! Now that you remember how Punnett Squares work, I have some tasks for you to complete. Fill in the code in punnetSquares.a2w to make it such that when you click on one of the four squares that make up the Punnett squares, it will cycle through the different answer choices: a blank square, BB, Bb, and bb. Picture this! the skin texture of the square should change to big B big B The gameScene starts out like this. When you click on the upperLeftSquare, for example, So here’s the challenge:

  7. Here is the order that I want the images to cycle through: “blank” “big B big B” So here’s the challenge: “little b little b” “big B little b”

  8. There are essentially 2 parts to this : • Create 4 events: • When you click on the square (upperLeftSquare, lowerLeftSquare, upperRightSquare, lowerRightSquare), you want to cycle through the images that I described on the last slide. 1) 2) • Complete the cycleThroughImages method: • I set up the if/else structure that you will need. • Example- If the skin texture of the square is blank, change the skin texture to big B big B. Else, if the skin texture of the square is big B big B, change the skin texture to big B little b. Else, if….. • Don’t really get it? If you are having some trouble with this logic sequence, I suggest you try doing the Changing Color: Advanced Function tutorial on the Duke Alice Programming website (each time you click on a chicken, you change its color, in a cycle) So here’s the challenge:

  9. 4. 1. 5. 2. Some helpful Picture hints: 3.

  10. Once you think you have gotten all of your events set up, and you think the cycleThroughImagesmethod is functional, PLAY THE WORLD! When Dr. Gene asks you to fill out the Punnett square, try clicking on each of the four squares. If you did it successfully, the order in which the images cycle will be: • “blank”  “big B big B”  “big B little b”  ”little b little b” That’s it! You should be able to play through the rest of the world once you finish solving this challenge! Good Luck!

More Related