All reads from the bam file
1
0
Entering edit mode
21 months ago
Eva_Maria ▴ 190

Hi, Is there any way to get mapped and unmapped reads from a bam file (from Star aligner )? I need to look for gene coordinates.

bam sam samtools • 418 views
ADD COMMENT
1
Entering edit mode
21 months ago
GenoMax 141k

You can simply process BAM file with samtools to separate the reads: How To Filter Mapped Reads With Samtools and combine this with samtools fastq to get fastq formatted reads.

or

use following option for STAR.

outReadsUnmapped                None
                                Fastx   ... output in separate fasta/fastq files, Unmapped.out.mate1/2
ADD COMMENT

Login before adding your answer.

Traffic: 1767 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