Entering edit mode
2.7 years ago
Maryam
▴
10
Hello,
I have been working with tumour sample sequencing data. All I need to do is to open the VCF and Bam files in IGV and retrieve the variant information but it is really time consuming to look for every variant in large number of sample FASTA file and manually type in the data sheet. I wanted to ask can we extract our desirable information from Bam and VCF files using R programming? If yes then can someone guide me how to do that?
Thank you!
what does that mean ? what information are you looking for ?
I want to check the DP, QUAL, AF for my set if variants from VCF file. Also from BAM file I check the number of reads for ref allele as well as alt allele and the % of my alt allele. I do this for each and every mutation by looking into the VCF and Bam file. I need an easy way.
Thank you!
so your question is not at all related to a FASTA file.
use
bcftools query
look at the
FORMAT/AD
field in your VCF.