Hello,
I am using FreeBayes to quantify variation in a repetitive eukaryote. Normally when this is done, the analysis is focused on single copy regions, to avoid quantifying variation in repetitive areas.
What I found from past experience is that even after filtering out variants above a certain coverage, variants near repeats tend to always be false positives. Is there a way to exclude the analysis from areas near repeats?
Adrian
I suppose I would have to create a repeat file myself, since I am working on a non model fungus that I just sequenced. Is there a way to intersect a VCF file with bedtools to remove SNPs close to annotated repeats?
Adrian
Yes. Bedtools supports multiple formats. Checks this:http://bedtools.readthedocs.org/en/latest/content/tools/intersect.html