Closed hroest closed 5 years ago
Currently testing with https://github.com/Roestlab/dia-pasef/commit/8947800faa8cd2a18898a80f399766cf116af81e
Lowess alignment worked with https://github.com/Roestlab/dia-pasef/commit/a093563d5e36c5da23cb6698aa6c15495456646d , going to add options for removing outliers and put in gene names
Add non-linear RT alignment here:
https://github.com/Roestlab/dia-pasef/blob/ed8e182fd80c9a36c492928ad34ec4e565077ef2/src/diapysef/diapysef/conversions.py#L82-L96
use for example
statsmodels
lowess (example code https://github.com/msproteomicstools/msproteomicstools/blob/master/msproteomicstoolslib/math/Smoothing.py#L416 )