-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Dear @stschiff,
- According to the general guide (https://github.com/stschiff/msmc-tools/blob/master/msmc-tutorial/guide.md), the partial script to plot the RCCR result is:
xlim=c(1000,500000),ylim=c(0,1), type="n", xlab="Years ago", ylab="relative cross-coalescence rate"
I would like to know (1) "ylim = c(0,1)" (2) scaling the the value from 0 to 1, which one is better?
- Another question is about the -s option when running cross-population analysis.
The -s flag tells MSMC to skip sites with ambiguous phasing.
Should I used this option for 3 runs, within each of two populations and between them? Or just between two populations?
3 runs are shown as below:
(1) build/release/msmc2 -I 0,1,2,3 -o within1_msmc <input_chr1> <input_chr2> ...
(2) build/release/msmc2 -I 4,5,6,7 -o within2_msmc <input_chr1> <input_chr2> ...
(3) build/release/msmc2 -I 0-4,0-5,0-6,0-7,1-4,1-5,1-6,1-7,2-4,2-5,2-6,2-7,3-4,3-5,3-6,3-7 -o across_msmc <input_chr1> <input_chr2> ...
In other words, add "-s option" for all of them, or just add "-s option" for (3)?
Thank you for the help.