rrBLUP Genomic Prediction Tutorial

Поділитися
Вставка
  • Опубліковано 31 лип 2024
  • A brief tutorial on the rrBLUP package in R for use in plant breeding.

КОМЕНТАРІ • 13

  • @liopleurodon155
    @liopleurodon155 3 роки тому +5

    11:55 The reason why your model is different every time is because you use the sample() function to get the random subset of markers. If you want a pseudorandom reproducible model, use set.seed(), for example set.seed(123) before the sample() function.

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

    Thank you really helpful!!

  • @alimohsin2398
    @alimohsin2398 5 років тому +2

    Thank you for a nice rrblup introduction. Can you make one video more for K-fold cross-validation?

  • @deadlinewasyesterday4051
    @deadlinewasyesterday4051 3 роки тому

    Hi Kevin. Very Nice video. We could really use more of these! I've just gotten to using rrBLUP and it can get pretty complicated.
    I've watched this video a few times and I think you're off on a couple of things you've said. It might also just be me, so I'm looking forward to hearing back from you.
    1. You say that you are testing the accuracy of your model with cor() and say it's 61% accurate. But cor() is actually calculating linear correlation, which is not strictly speaking, 'accuracy'. It means your predicted values are in corcordance with the observed values and as a measure or index of the concordance, we can say the Pearson's correlation coefficient is 0.61. A p-value from cor.test() (which I can see you have commented out) would make easier interpretation of the significance of this correlation.
    2. You said that you run your model 500 times because the BLUE and BLUP values are a little different everytime. But to my understanding, with the same markers (Z) and same phenotypes (y), mixed.solve() will always output the same results. If you are getting different BLUE and BLUP values for the same marker/phenotype combination (i.e. your defined training set), I suspect you are sampling multiple training sets. Which, to my understanding, is not good practice for testing your models.

  • @davidsewordor1192
    @davidsewordor1192 4 роки тому +1

    This is really interesting, Sir. Please, how can I fit principal components in the mixed.solved model of rrBLUP to correct for possible population structure?

  • @agreangelot5132
    @agreangelot5132 4 роки тому

    very informative! Can we if possible have access to the script. Also as suggested by @Ali Mohsin appreciate if you have a video for K-fold cross-validation

  • @dr.ragill2752
    @dr.ragill2752 3 роки тому

    Thanks for the useful video. Please also post R code on maybe Github. Thanks!

  • @huixia8181
    @huixia8181 3 роки тому

    Thanks for your video, where can I get the r code?

  • @ericgonzalez2006
    @ericgonzalez2006 4 роки тому +3

    Hi Kevin. Thank you very much!!. Could be possible to have acces to the scripts used in this tutorial?

    • @vladimirtorres1181
      @vladimirtorres1181 2 роки тому +1

      Lol, I know that dude!!. Hola Eric!! iba a preguntar lo mismo, te respondió?

    • @ericgonzalez2006
      @ericgonzalez2006 2 роки тому

      @@vladimirtorres1181 te deseo suerte. Pregunté hace 2 años jaja. No me respondió, pero no está tan difícil correr rrblup. No creo tener mis scripts a la mano, pero en estos días le echo un ojo y te digo.

  • @essubalewgetachew4187
    @essubalewgetachew4187 3 роки тому

    Thank you Kevin very nice rrblup training. Would you please share me the script
    I am very interesting to work on GS

  • @zemachlakore2362
    @zemachlakore2362 2 роки тому

    Dear, I have enjoyed your talk but how could I get your script that you have been using for this tutorial?