This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Can't we proceed with a SAM file for downstream RNA-Seq data analysis?

I'm aware that BAM file is easy to handle in terms of disk usage. If hypothetically, I register no shortage of processing power and memory, can I proceed with a SAM file for gene alignment and differential expression analysis? The due course would be different, but what would that be now?

rna-seq bam sam

Probably that shouldn't be a problem. But... why would you do that?

This depends on the downstream tools; some may require sorted, indexed bam files. If they don't, though, I'd suggest using sam.gz files; they are typically smaller than bam files and (using pigz) can be processed faster.

1 answer

sure you can !

but it doesn't make any sense to use the SAM instead of BAM.

Anyway, as you wish .

Log in to answer this question.