This is a test version of Biostars. For the public version, visit https://www.biostars.org.
SAM file and RNA-seq stranded/unstranded paired/unpaired

Dear all,

I have a BAM/SAM file generated from a RNA-seq samples and I am aiming to determine if the RNA-seq is PAIRED/UNPAIRED, or STRAND SPECIFIC. Please could you let me know which flags in the BAM/SAM files I shall check. Thanks a lot, and happy weekend,

-- bogdan

rna-seq next-gen

1 answer

Flag 1 will tell you if any of the reads are paired-end. Strand-specificity of the library prep isn't stored in SAM files, but RNA-SeQC can infer this for you.

Log in to answer this question.