Especially one that we wish for in a direction, through actions such as imposing artificial selection?
Change, or response ( R ), is given by the basic equation:
R=h2S
Here S is the selection differential
Is equal to the mean value of the selected parents ( μS ) minus the population mean ( μ ).
Change, or response ( R ), is given by the basic equation:
R=h2S
Here S is the selection differential
Is equal to the mean value of the selected parents ( μS ) minus the population mean ( μ ).
Change, or response ( R ), is given by the basic equation:
R=h2S
Here S is the selection differential
Is equal to the mean value of the selected parents ( μS ) minus the population mean ( μ ).
The regression of offspring on mid-parent is equal to the heritability
Change, or response ( R ), is given by the basic equation:
R=h2S
Here S is the selection differential
Is equal to the mean value of the selected parents ( μS ) minus the population mean ( μ ).
The regression of offspring on mid-parent is equal to the heritability
Therefore,
R=bOˉPSR=h2S
Change, or response ( R ), is given by the basic equation:
R=h2S
Here S is the selection differential, which is equal to the mean value of the selected parents ( μS ) minus the population mean ( μ ).
Improve the body weight
Base population ( N=100 ) mean = 1,000g
Selected 5 chicken as the parents, with mean =1,050g.
What is S?
Change, or response ( R ), is given by the basic equation:
R=h2S
Here S is the selection differential, which is equal to the mean value of the selected parents ( μS ) minus the population mean ( μ ).
Improve the body weight
Base population ( N=100 ) mean = 1,000g
Selected 5 chicken as the parents, with mean =1,050g.
If bOP = 0.25.
What is R?
With the assumption that the phenotypic distributions are normal.
With the assumption that the phenotypic distributions are normal.
SσP
With the assumption that the phenotypic distributions are normal.
SσP
i=SσP
i is the "standarized selection differential"
it better reflects the selection effort
With the assumption that the phenotypic distributions are normal.
And standardize the selection differential: i=SσP
curve(dnorm(x,0,1), xlim=c(-3,3), xaxt="n", xlab="Trait Value", main="", ylab="Density", lwd=3)fromd <- qnorm(.95); tod <- 3S.x <- c(fromd, seq(fromd, tod, 0.01), tod)S.y <- c(0, dnorm(seq(fromd, tod, 0.01)), 0)polygon(S.x,S.y, col="grey")abline(v=mean(S.x**S.y)*2, col="blue", lwd=3); abline(v=0, col="red", lwd=3)
i=SσP
If p is the proportion selected, i.e. the proportion of the population falling beyond the point of truncation.
And z is the height of the ordinate at the point of truncation.
i=zp
curve(dnorm(x,0,1), xlim=c(-3,3), xaxt="n", xlab="Trait Value", main="", ylab="Density", lwd=3)fromd <- qnorm(.95); tod <- 3S.x <- c(fromd, seq(fromd, tod, 0.01), tod)S.y <- c(0, dnorm(seq(fromd, tod, 0.01)), 0)polygon(S.x,S.y, col="grey")abline(v=mean(S.x**S.y)*2, col="blue", lwd=3); abline(v=0, col="red", lwd=3)
A table of these values is found in Appendix A of the F&M book.
ifun <- function(p=0.5){ x=qnorm(p=(1-p)) # get the truncation point z=dnorm(x) # get z return(z/p) # get i}p <- seq(0.005, 1, by=0.005)i <- ifun(p)plot(p, i)
head(data.frame(p, i), 20)
## p i## 1 0.005 2.891949## 2 0.010 2.665214## 3 0.015 2.524695## 4 0.020 2.420907## 5 0.025 2.337803## 6 0.030 2.268065## 7 0.035 2.207716## 8 0.040 2.154344## 9 0.045 2.106373## 10 0.050 2.062713## 11 0.055 2.022578## 12 0.060 1.985383## 13 0.065 1.950678## 14 0.070 1.918113## 15 0.075 1.887406## 16 0.080 1.858328## 17 0.085 1.830692## 18 0.090 1.804340## 19 0.095 1.779142## 20 0.100 1.754983
Given: R=h2SS=iσP
Given: R=h2SS=iσP
So now, we have, as a prediction:
R=h2iσP
where i=zp.
R=h2iσPi=zp
With differential selection opportunities between genders in sexual reproduction, we need to account for this in our predictions:
i=12(im+if)
R=h2iσPi=zp
With differential selection opportunities between genders in sexual reproduction, we need to account for this in our predictions:
i=12(im+if)
Generation interval ( L ) is the "average age of the parents at the birth of their selected offspring".
L=12(Lm+Lf)
Now, on a time-constant basis to allow comparisons of alternatives:
R=iLh2σP=im+ifLm+Lfh2σP
With the h2 and σP terms possibly constant, we can simply compare the iL portions under different scenarios of selection and reproduction.
A poultry breeder is selecting for 56-day body weight in chicken.
Base population: a random mating population of 154 males and 155 females. Mean value = 1,000g; sd = 50g.
Selection scheme: 8 males and 48 females with the highest body weight to found the next generation.
A poultry breeder is selecting for 56-day body weight in chicken.
Base population: a random mating population of 154 males and 155 females. Mean value = 1,000g; sd = 50g.
Selection scheme: 8 males and 48 females with the highest body weight to found the next generation.
R=im+if2h2σP
A poultry breeder is selecting for 56-day body weight in chicken.
Base population: a random mating population of 154 males and 155 females. Mean value = 1,000g; sd = 50g.
Selection scheme: 8 males and 48 females with the highest body weight to found the next generation.
R=im+if2h2σP
i_m <- ifun(p= 8/154) #2.05i_f <- ifun(p= 48/155) # 1.14(i_m + i_f)/2*0.45*50
## [1] 35.8358
A poultry breeder is selecting for 56-day body weight in chicken.
Base population: a random mating population of 154 males and 155 females. Mean value = 1,000g; sd = 50g.
Selection scheme: 8 males and 48 females with the highest body weight to found the next generation.
S=iσP
A poultry breeder is selecting for 56-day body weight in chicken.
Base population: a random mating population of 154 males and 155 females. Mean value = 1,000g; sd = 50g.
Selection scheme: 8 males and 48 females with the highest body weight to found the next generation.
S=iσP
Sm <- i_m*50 #102Sf <- i_f*50 # 57
A poultry breeder is selecting for 56-day body weight in chicken.
Base population: a random mating population of 154 males and 155 females. Mean value = 1,000g; sd = 50g.
Selection scheme: 8 males and 48 females with the highest body weight to found the next generation.
S=iσP
Sm <- i_m*50 #102Sf <- i_f*50 # 57
Why response 36g not equal to average value of the Sm and Sf?
Not equal because the heritability is less than one, which means that the phenotypes of the parents was less than a perfect indictor of their breeding values.
R=ih2σPL
The form of the breeder's equation allows us to clearly see how to maximize response to selection per unit of time.
R=ih2σPL
The form of the breeder's equation allows us to clearly see how to maximize response to selection per unit of time.
This factor is bound by the biology of the organisms, but ways to reduce the generation interval are possible.
R=ih2σPL
The form of the breeder's equation allows us to clearly see how to maximize response to selection per unit of time.
This factor is bound by the biology of the organisms, but ways to reduce the generation interval are possible.
Selection during the off-season in plants
R=ih2σPL
The form of the breeder's equation allows us to clearly see how to maximize response to selection per unit of time.
This factor is bound by the biology of the organisms, but ways to reduce the generation interval are possible.
Selection during the off-season in plants
Genomic selection
R=ih2σPL
Depends on the genetic architecture, not always under the control of the breeder.
R=ih2σPL
Depends on the genetic architecture, not always under the control of the breeder.
Maximizing the repeatability of trait evaluation.
Sound measurement methods and proper experimental design
R=ih2σPL
R=ih2σPL
Reduce the number of individuals selected to serve as parents of the next generation
Be cautious: increase the inbreeding coefficient and hence loss of alleles through genetic drift.
Increase i is likely not the most efficient path! i.e. p from 10% to 5% => i from 1.755 to 2.063.
R=ih2σPL
Reduce the number of individuals selected to serve as parents of the next generation
Be cautious: increase the inbreeding coefficient and hence loss of alleles through genetic drift.
Increase i is likely not the most efficient path! i.e. p from 10% to 5% => i from 1.755 to 2.063.
R=ih2σPL
h2=σ2Aσ2P;h=σAσP
R=ih2σPL
h2=σ2Aσ2P;h=σAσP
R=ihσA/L
R=ih2σPL
h2=σ2Aσ2P;h=σAσP
R=ihσA/L
The breeding population needs to contain adequate additive genetic variation for the trait of interest.
If no difference in breeding values exist between individuals within the population, genetic gain through selection is not possible.
Keyboard shortcuts
↑, ←, Pg Up, k | Go to previous slide |
↓, →, Pg Dn, Space, j | Go to next slide |
Home | Go to first slide |
End | Go to last slide |
Number + Return | Go to specific slide |
b / m / f | Toggle blackout / mirrored / fullscreen mode |
c | Clone slideshow |
p | Toggle presenter mode |
t | Restart the presentation timer |
?, h | Toggle this help |
Esc | Back to slideshow |