You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made two paired end fastq file with different seed option (-rng), and same coverage option (-c).
one fastq file have mutation (frequency 100%) and the other have reference allele.
and then, I mixed fastq file to make frequency 50%
but when I check the bam file, coverage is so different that frequency is not 50% (about 8%)
how can I fix it??
The text was updated successfully, but these errors were encountered:
And the resultant data had a 50-50 split as expected:
(note that I just pushed some QoL updates to mergeJobs.py, including the "--no-job" option).
It's possible that you got really bad luck in the RNG and between the two runs there was a substantial difference in what position the reads were sampled from. In order to rule out gc-bias, you could try adding the option --gc-model models/gcBias_uniform.p to the simulation commands.
hi
I made two paired end fastq file with different seed option (-rng), and same coverage option (-c).
one fastq file have mutation (frequency 100%) and the other have reference allele.
and then, I mixed fastq file to make frequency 50%
but when I check the bam file, coverage is so different that frequency is not 50% (about 8%)
how can I fix it??
The text was updated successfully, but these errors were encountered: