Question: pull out flanking sequences of snp
0
myprogramming2016 • 0 wrote:
Hi,
I work on plant species. I would like to get flanking sequences of SNPs from the reference genome and the different bam files.
Any help would be appreciated.
Thanks
ADD COMMENT
• link
•
modified 4.8 years ago
by
jwala • 0
•
written
4.8 years ago by
myprogramming2016 • 0
So you have bam files and a reference genome, and a list of snps (their positions), right? Or do you still need to generate the SNP calls based on the bam files? Do you want the flanking sequences as in the reference genome or as sequenced for your bam files?
Thanks for your reply. I do have SNPs and their positions. I would like to get the flanking sequences in reference as well as in bams.
Thanks
How can I get snp flanking sequence from the genome file?
Thanks
I'm not sure it makes sense to get the flanking sequence from the BAM files. This would be either the flanking sequence from all the reads at all the variant positions, or a consensus variant call which you presumably have in your VCF/FASTA combination.