Mapping.SimpleMapper#
Mapping.SimpleMapperpy
- compute_mapping_coverage(x, y, slope, intercept, debug=False)#
Check if the mapping covers the range of x and y.
- estimate_slope_reliability(xr_curve, x, uv_curve, y, coverage_ratio, debug=False)#
Estimate the reliability of the slope by comparing the peak ratios.
- compute_mapping_by_full_coverage(xr_curve, xr_peaks, uv_curve, uv_peaks, debug=False)#
- estimate_mapping_for_matching_peaks(xr_curve, xr_peaks, uv_curve, uv_peaks, retry=True, debug=False)#
- estimate_mapping_impl(xr_curve, uv_curve, debug=False)#