how to find snp changes between pairs of samples that have genomes sequenced
Hi everyone I'm new to bioinformatics and I want to identify significant snp changes between pairs of samples (patient isolates that are resistant and non-resistant to fluconazole) of cryptococcus neoformans which have had their genomes sequenced and [put on ebi database[1] I've tried looking for a way to do this on fungidb but am unable to find the right tool. Would anybody be able to give me some advice on how to proceed? Thanks.
• 1,187 views
•
link
0 answers
No answers yet.
Log in to answer this question.
here is the link to the database
Here is an outline of what you can do:
bcftools isecto find changes that are sample specific.I have compared each sample to reference on veupathdb and have obtained vcf files for each sample. But is there a way I can do bcftool on veupathdb/fungidb to find changes between two vcf files (resistant/nonresistant)?
If the VCF files are called against an identical reference then use: A: How bcftools isec works ?