-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
Description
I am a bit confused as to how chimeras are defined in AlignmentSummaryMetrics.
In the metric definitions (https://broadinstitute.github.io/picard/picard-metric-definitions.html#AlignmentSummaryMetrics) PCT_CHIMERA chimera is defined as:
The fraction of reads that map outside of a maximum insert size (usually 100kb) or that have the two ends mapping to different chromosomes.
In the tool docs (https://gatk.broadinstitute.org/hc/en-us/articles/360040507751-CollectAlignmentSummaryMetrics-Picard) however, it is stated that:
Chimeras are identified if any of the of following criteria are met:
- the insert size is larger than MAX_INSERT_SIZE
- the ends of a pair map to different contigs
- the paired end orientation is different that the expected orientation
- the read contains an SA tag (chimeric alignment)
The tool docs include two additional read types as chimeric, based on pair orientation and those with supplementary alignments. Which one is correct?
Metadata
Metadata
Assignees
Labels
No labels