Entering edit mode
2.1 years ago
pragnapcu
▴
10
I have generated an unmapped bam file using GATK FastqToSam but cannot visualize it with IGV. What should be done?
I have generated an unmapped bam file using GATK FastqToSam but cannot visualize it with IGV. What should be done?
By definition an "unmapped" BAM will contain fastq reads that are not mapped. They are simply converted to SAM format. So how can you visualize that file in IGV since the reads are not aligned to a reference?
If you simply want to look at the contents of the file you can do that with less/cat file.sam
(if the file is in SAM format).
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
So silly of me. Thank you GenoMax