What Does The Picard Fixmate Command Do?
1
1
Entering edit mode
12.9 years ago
Sara ▴ 20

Hi everyone,

I don't know which column change when we fixmate the reads using PICARD? could you please tell me what is fixmate? (I means from reads and bam file point of view) what is the definition? why we use this option?

Thanks Sara

picard • 11k views
ADD COMMENT
1
Entering edit mode
12.9 years ago

-- edit --

my mistake I thought you asked about the samtools fixmate, I think the picard version does something similar

If you consult both the samtools documentation and the SAM specification

http://samtools.sourceforge.net/samtools.shtml

http://samtools.sourceforge.net/SAM1.pdf

You will find that mate paired reads have several attributes that may be computed. For example columns 7 and 8, tags such as MQ, Q2 and R2 and probably others.

The fixmate command will attempt to fill in these attributes. There are some details to keep in mind. The file needs to be sorted by read name and this also implies that your read naming was such that this operation places mate pairs next to one another in the file.

ADD COMMENT

Login before adding your answer.

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