shuzhao-li-lab / asari

asari, metabolomics data preprocessing
Other
38 stars 9 forks source link

Autoheight for retention time alignment anchors #62

Closed jmmitc06 closed 1 year ago

jmmitc06 commented 1 year ago

Currently the height needed for retention time anchors is user provided. We should intelligently set this value instead of relying on the user when autoheight is used. Maybe we can use 10x the cutoff from autoheight or a percentile based cutoff.

jmmitc06 commented 1 year ago

This has been partially resolved as of [implement_join 07d16fc]. Using a multiplier of 10 on the determined autoheight currently but this is configurable by the end user. Will implement percentile mode in the future.