Nanoplot iterations produce different outputs
Closed this issue · 2 comments
ASTR44 commented
wdecoster commented
Yes, that is expected behavior. The plotting function will randomly sample up to 10000 reads for the plot (https://github.com/wdecoster/NanoPlot/blob/master/nanoplotter/nanoplotter_main.py#L107). This is mainly for the speed of plotting and disk size of the plots. It may lead to subtle differences in outliers, but should not affect the bulk of your data.
Hope that helps!
ASTR44 commented
Okay, then it makes sense :) Thank you for the quick reply!