Picard MarkDuplicates tool on a pooled sample BAM
Would the Picard MarkDuplicates tool be acceptable to use on a pooled sample BAM file? (Multiple diploid samples have their DNA extracted, the DNA is pooled together, then the pool of DNA is sequenced) Or is it meant only for a single diploid sample?
Thank you.
• 1,446 views
•
link
0 answers
No answers yet.
Log in to answer this question.
"pooled" samples and "diploid" samples are not mutually exclusive or even comparable concepts. "Diploid" refers to the number of sets of chromosomes in the organism, whereas "pooled" samples is a concept from experiment design during sequencing or downstream analysis.
Sorry, my mistake. I meant to ask: Would the Picard MarkDuplicates tool be acceptable to use on a pooled sample BAM file?(Multiple diploid samples have their DNA extracted, the DNA is pooled together, then the pool of DNA is sequenced). Or is it meant only for a single diploid sample?
It does not matter how the library was made. The tool will remove sequences with identical mapping positions. There is no way to distinguish true PCR replicates from identical fragments that come from different samples prior to pooling. Typically duplicates are marked prior to any downstream application in DNA-seq.