Recombination Rate manipulation. #46
-
Hello, I am using AlphaSimR and simulating breeding programs. I am attempting to increase the recombination rate for each of my simulations. Is increasing the values of "genLen" and "bp" in the "runMacs2" function is the way to do it? Or there might be another approach to it I can use? And is there is a possibility of adding heritability for Recombination like in the previous version of AlphaSim? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
@joetabet Yes, you should increase I don't think you can manipulate recombination rate as a function of genetics in AlphaSimR at this stage, but @gaynorr can add more. |
Beta Was this translation helpful? Give feedback.
-
A similar question, so I'll post it here. Is it possible to add a genetic map to the simulation of genomes with runMacs? Thanks! |
Beta Was this translation helpful? Give feedback.
-
@janaobsteter we can do that in MaCS, so in principle it should be possible, but we need to check how to pass this between |
Beta Was this translation helpful? Give feedback.
-
@janaobsteter you could look at the code for In general, you don't specify a map for the coalescent programs. Instead, you specify how recombination rate varies across the chromosome and the map itself is determined by where mutations form. It is also worth considering if going to this extra trouble is really worth it in the end. |
Beta Was this translation helpful? Give feedback.
@joetabet Yes, you should increase
genLen
to increase recombination rate.I don't think you can manipulate recombination rate as a function of genetics in AlphaSimR at this stage, but @gaynorr can add more.