You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
panel_total_bases is calculated by fastp, and column 5 6 7 names is the 0.1 meandepth, 0.2 meandepth, 0.5 meandepth
#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.
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
The text was updated successfully, but these errors were encountered: