Entering edit mode
9.4 years ago
Bogdan
★
1.4k
Dear all,
please could you advise on any tool that could take a VCF file and a BAM file and computes for each SNP or INDEL some MISSING FIELDS in the VCF file like STRAND BIAS, distribution of the reads on + and - strand, for reference and alternate allele, etc ?
thanks, and happy weekend !
-- bogdan
If you know a bit of scripting, you could use pysam and pysamstats to query any kind of information you need from a VCF and BAM file.
thanks, will look into it !
A tool like VariantAnnotator (from GATK package) would be helpful, although VariantAnnotator gives some errors for some variants.