454 Sequencing With Bwa Mapping
2
2
Entering edit mode
12.8 years ago

Well, I indexed my ref.fasta of hg19 (using bwa index -a bwtsw database.fasta) , and mapped my fastq file using bwa, using ( bwa bwasw database.fasta long_read.fastq > aln.sam )... converted my sam to bam.... using samtools and then I tried to visualize in UCSC custom track and IGV...and appeared nothing like this screenshot : http://www.4freeimagehost.com/show.php?i=776af632ebca.png

so why is it happening ??? thanks

bwa igv samtools visualization • 3.6k views
ADD COMMENT
6
Entering edit mode
12.8 years ago

This is actually very counterintuitive (and burned me as well the first time I used IGV) - if you are zoomed out too far then IGV displays nothing ... there should be a more prominent indicator that the content is not shown (you have that small text there that asks you to zoom in)

ADD COMMENT
3
Entering edit mode
12.8 years ago

Just to confirm, if you do a "samtools view mybam.bam | head" and look at the coordinates for the first 10 lines (third and fourth column), then zoom in to those coordinates in IGV? Is it still blank?

ADD COMMENT
1
Entering edit mode

thank u both.... helped me a lot :))

ADD REPLY

Login before adding your answer.

Traffic: 1489 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6