Closed sergiopalmavera closed 4 years ago
Hello Sergio, This is most probably due to the fact that you did not provide a seed for the random number generator. Although optional, it is recommended when using VCF files in order to reproduce results. Please let me know if the observed discrepancy remains after providing a seed, e.g., -a 123. Regards, Nikos
Hello Nikos yes! ... setting the same seed for both runs produced the same μ statistics.
Thanks!
Hello! I am starting to learn to use RAiSD. I see a strange behaviour of the tool when adding the
-R
flag and running it on the same VCF file.Here you can see a sample of the reports:
RAiSD -n test_run1 -I vcf
RAiSD -n test_run2 -I vcf -R
As described in the documentation the last columns of each report format contain the same values (μ statistics), so both columns should be the same.
I corroborated this assumption using the test run file provided in the documentation:
RAiSD -n test_run1 -I d1/msselection1.out -L 100000
RAiSD -n test_run2 -I d1/msselection1.out -L 100000 -R
What could cause such discrepancy between report formats?
Thanks!