mosdepth icon indicating copy to clipboard operation
mosdepth copied to clipboard

threshold output to indicate how many bases in each region are covered at the given thresholds.

Open asmlgkj opened this issue 2 years ago • 0 comments

#174 sorry for a new issue here, because I can not comment at a close issue. threshold output to indicate how many bases in each region are covered at the given thresholds. image panel_total_bases is calculated by fastp, and column 5 6 7 names is the 0.1 meandepth, 0.2 meandepth, 0.5 meandepth

uniform_01 = df.iloc[:, 4].sum() / panel_total_bases uniform_02 = df.iloc[:, 5].sum() / panel_total_bases uniform_05 = df.iloc[:, 6].sum() / panel_total_bases

do you think this is not I want

asmlgkj avatar Apr 25 '22 12:04 asmlgkj