Entering edit mode
9.0 years ago
AW
▴
350
Hi,
I have a bam file from Illumina DNA-seq that I obtained by mapping reads to the reference genome using Bowtie. I want to extract the consensus sequence of a specific gene from the bam file irrespective of the reference. The gene coordinates are present in the gff file but I did not use this when mapping to the reference.
Thanks very much!
You can use SAMtools to specify the chromosome/interval of the gene, and its variant-calling workflow to identify the differences b/t the reference and your data.
Thanks! How do I go about doing this? I've only seen examples specifying one region but I want to extract the multiple exons and not intron?