a-slide / pycoQC

pycoQC computes metrics and generates Interactive QC plots from the sequencing summary report generated by Oxford Nanopore technologies basecaller (Albacore/Guppy)
https://a-slide.github.io/pycoQC/
GNU General Public License v3.0
267 stars 41 forks source link

Interval Unit in Output over time plot #128

Closed liscruk closed 3 years ago

liscruk commented 3 years ago

Hi,

Thanks for maintaining and developing pycoQC. Great tool!

A brief question: Could you explain what the y-axis count unit is in the context of the interval line when looking at the output over time plot ? I assumed that I was in billion bases (when looking at bases) however this does not fit really well to the total output.

The labels are just count and B so it is a little unclear what this actually denotes (or in what unit / scaling / factor ) they are measured.

Thanks !

a-slide commented 3 years ago

Hi @liscruk , By default the interval line is divided into 500 bins corresponding to total_time // 500 Then it is scaled to match the maximal height of the cumulative distribution. So the number of the interval line don't really mean anything but it does for the cumulative distribution. It is there to give you an idea of what happened during the run.

Hope this helps

liscruk commented 3 years ago

Thanks, very helpful!