Extract aligned bases for each read from a large mapping data set
0
0
Entering edit mode
3.5 years ago

Hi

I have a large mapping dataset (about 170 million of reads in the alignment (sam file). I also have the input data (fasta.gz and fastq.gz files) I want to know how to efficiently extract next items using a single script from the sam file. I know samtools stats get some of them, however I would like to have one single script.

  • Total reads
  • Total bases
  • total aligned reads
  • total aligned bases
  • total bases per read
  • aligned bases per read

Thanks for any help

alignment • 539 views
ADD COMMENT
0
Entering edit mode

total bases per read
aligned bases per read

Are you sure you want that in a log? That would be 340 million lines right there!

You can use Qualimap (LINK) as an option to get detailed stats for your alignments.

ADD REPLY

Login before adding your answer.

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