Yes, remember different genomic file formats have different counting styles, 0 versus 1-based counting.
I'm not sure what you mean though by "some times there are mutations in more than 2 fragments or 2 coverage"?
Also as a suggestion: Typically to update your question you can edit your original post and add new information at the bottom. You could also add it in the comments as well underneath but you shouldn't submit new information as an answer. Leave answers to be solely answers to the question.
What were your command-line parameters? The default mode, especially with matched tumour-normal is High Confidence, not STD. To run in STD mode you typically either need to turn off a bunch of filters or run with the --artifact_detection_mode flag. You should get pretty much everything picked up, plus tons of false positives in STD mode.
This is the line for MuTect in my bash script:
Thank you so much for your quick reply.
Hmmm, I'm not sure. Try calling just with the tumour sample in artifact_detection_mode and see if it is picked up at all that way? I am assuming you are looking in the raw VCF and not just a downstream analysis where variants with a filter flag set might not be reported?
Yes, I am looking at VCF file and only those mutations tagged as PASSED. Which file should I look at?
How to do this "calling just with the tumour sample in artifact_detection_mode"?
Thank you so much for your help.
You just pass a single input file -I:tumor [tumor.bam], just leave out the parameter for the normal sample.