ConsensusFixer icon indicating copy to clipboard operation
ConsensusFixer copied to clipboard

optimizing the settings for HIV

Open antoine4ucsd opened this issue 5 years ago • 0 comments

Hi, I am using ConsensusFixer to get FL consensi from cleaned bam reads covering HIV FL genome (MiSeq Illumina) One limitation is that coverage can be very heterogeneous or incomplete for some samples (from <100 reads to 10k or more..). I would like to get some advices to optimize mcc, mic, and pluralityN given this sequencing depth heterogeneity. I tried looping over my data with various threshold but all advices would be very welcome! I can also share a couple of bam file if it helps...

to get ambiguous sites above 5%, I used the following

java -XX:NewRatio=9 -XX:+UseParallelGC -Xms2G -Xmx10G  -jar  ConsensusFixer.jar   -i my.bam -r HXB2.fa -mcc 100 -plurality 0.05  -pluralityN 0.8  -mic 100  -f -mi -pi  -o myconsensus.fa

and to get ambiguous sites above 20%, I just changed -plurality to 0.2

thank you!

antoine4ucsd avatar Oct 09 '18 17:10 antoine4ucsd