Extraction of aligned read using samtools
0
0
Entering edit mode
5.2 years ago
Neu ▴ 10

Hi, I have aligned paired end RNA-Seq data and have the BAM file. I want to get the aligned reads using samtools. My command is : samtools view -b -F 4 filename.bam > mapped_out.bam Is it right for the paired end data? Also, when I am using the command, the generated file is found to be bigger than the input file. I would be grateful if anyone can help me to understand this.

RNA-Seq sequencing next-gen • 971 views
ADD COMMENT
0
Entering edit mode

I think this answer can help you figure out how to do the job. how to extract pair end reads from bam file using samtool

ADD REPLY
0
Entering edit mode

Please use the search function, this question has been asked very often before. File size is not a good measure for anything. Count reads with samtools flagstat instead as file size depends on data composition and compression level.

ADD REPLY

Login before adding your answer.

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