Edit bam files using Pysam
1
0
Entering edit mode
6.7 years ago
zaidnab • 0

Hi there! I am trying to edit values in a bam file, using Pysam, or any other interface. I want to change the base quality, and the read sequence of certain reads. I have searched a ton, but have not found any methods of editing bam files directly. I am not sure if this is possible. Any help would be appreciated! Thanks :)

genome alignment sequence sequencing • 2.5k views
ADD COMMENT
0
Entering edit mode

Out of curiosity, why do you want to do that?

ADD REPLY
1
Entering edit mode
6.7 years ago

You can't really edit a BAM file directly, but you can iterate over the reads and write them in a modified state to a new file.

ADD COMMENT

Login before adding your answer.

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