snippy icon indicating copy to clipboard operation
snippy copied to clipboard

Compare mutations between two samples

Open BjoerlingTaul opened this issue 2 years ago • 1 comments

how to compare mutations between two matched samples?

For example: If you want to identify SNPs in one sample relative to another sample (for example, if you sequenced your lab wild-type strain and want to find out mutations relative to this wild-type).

BjoerlingTaul avatar Jan 18 '22 08:01 BjoerlingTaul

If you wanted to operate directly on the VCF files you could use bcftools isec: https://samtools.github.io/bcftools/bcftools.html#isec

apetkau avatar Mar 30 '22 14:03 apetkau