Many studies convert the BAM files (from the harmonized TCGA dataset) to FASTQ so I was wondering why this was the case?
• 0 views
•
link
Hello,
on the TCGA website it says some BAM files may not have the unmapped reads available, how can I figure which BAM files may not have this? Also would I need to convert BAM to FASTQ to access the unmapped reads? If I need to convert to FASTQ, isn't it better to use the FASTQ files available on the TCGA Legacy Archive?
If you need fastq files then you should indeed use fastq files available at Legacy archive.
samtools flagstat in.bam to get information about total reads, how many of them are mapped. This way you can figure out which bam has unmapped reads.Log in to answer this question.