-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
Description
proposal:
migrate log-smoothing code to a mini repository.
| def _log_smooth_numba( |
why?
- cooltools, pairtools, and polykit all need smoothing of contacts vs. distance but shouldn't be each other's dependencies.
- each repository might have different desired presets for column names
design questions:
-- operate on numpy arrays or some dataFrame with sensible present column names.
-- argument in favor of operating on dataFrames: There is shared boilerplate for smoothing data in a DataFrame.