Hello there, so I am analyzing metrics from two kit of exome sequencing and I have the following:
For 100M reads for both exome:
Qualimap: median coverage:
- Exome A = 150X
- Exome B = 110X
Picard HS Metrics mean target coverage:
- Exome A = 75X
- Exome B = 85X
How do you interpret that? Uniformity of coverage is better for exome B? Which metric could I use to investigate further?
Doesn't Picard HS also output median coverage ? From a statistical perspective, you can't compare mean and median without making the assumption that for the underlying distributions the mean and the median are equal. Also mean and median are only useful for comparison if the underlying distributions are unimodal.
Yes and it is different from qualimap and I have no idea why, for the same data: Qualimap median coverage = 110X ; Picard Median coverage = 80X I know picard does not consider duplicated read, I cannot find out if Qualimap does it...
Thank you, I know now that I have to look distribution to have a better understanding of my data