AlphaSimR - Breeder's Equation Simulation

Поділитися
Вставка
  • Опубліковано 29 вер 2024
  • Hands-on demonstartion of the tools with Q&A from Valerio Hoyos-Villegas and Isabella Chiaravallotti

КОМЕНТАРІ • 7

  • @gopalakrishna2398
    @gopalakrishna2398 28 днів тому

    Hi, Its great workshop, step by step run through well. I am after to know inbreeding levels at each selection for different breeding strategies. If possible could you please give me how to do in AlphasimR?

  • @anilkumarc8994
    @anilkumarc8994 Рік тому

    Hi
    It's really useful workshop video. Can you please share scripts used in this simulation?
    Thanks

  • @tesfahunalemusetotaw2953
    @tesfahunalemusetotaw2953 Рік тому

    is it possible to get the Rscripts for exercise? thank you

  • @Khetkisaan
    @Khetkisaan Рік тому

    Hello sir

  • @oyebodegideon8176
    @oyebodegideon8176 Рік тому

    This is an excellent video, thanks to all who help put it together! Thanks

  • @sasakevin3263
    @sasakevin3263 Рік тому

    Hi gusy, does anybody can explain how to loop "cycle" in 1 to 8 without any argument of "cycle" in the Chunk 3 of markdown file "5_RapidCycle.rmd" ? Since she didn't use "cycle" in the for loop, I really don't understand how it works.

    • @mahboob82
      @mahboob82 3 місяці тому

      I guess, you've already figured it out by yourself. Still, I'll leave a reply for someone who might have some confusion.
      The answer is that, actually "cycle" variable doesn't matter here at all. She used that "cycle" variable just to complete that "FOR loop" syntax. Her main intension was to repeat those 3 lines code within that FOR LOOP for 8 times. This way she eventually updated the F2 population by 8 times. That "selectInd()" function has no use of the "cycle" variable. In R programming, you can call that "cycle" as a dummy or placeholder.