Exactly what I am looking for though bugs are still in this program needing debug
Hi all,
I constructed the variant calling pipeline for BAM file. However, when it was applied to positive samples, I did not find any well-known variants in the VCF file. What I am considering is that there might be less-sensitive method in my pipeline.
So I want to create a simulated BAM file based on the existed bam, just change the reads in the bam to create a variant, etc., rs6071.
Is there any convenient tool to do such, and also can I obtain a depth-aimed bam? For example, depth for alleles, A:G, 500:500, OR A:G, 800:200.
Thanks
2 answers
BAMSurgeon seems to be able to do what you want (and much more).
extract the region of interest as fasta, add manually the mutation, run wgsim to create a set of fastq and map those fastqs using your pipeline.
Thanks, wgsim can works fine to simulate a set of fastq with mutations, however, the program will randomly select mutation site in the given intervals. What I want to is to mutate the specific site, and can change the alleles depth seperately.
Log in to answer this question.