Roestlab / massdash

MassDash: A web-based dashboard for streamlined DIA-MS visualization, analysis, prototyping, and optimization
https://massdash.streamlit.app/
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

[FIX][FEATURE] add zeros to chroms/mobs #66

Closed jcharkow closed 6 months ago

jcharkow commented 6 months ago

Context:

Low intensity chromatograms look strange because there are a bunch of zero points per transition that are filtered out.

Solution:

Change to_chromatogram and to_mobilogram methods to function across all transitions. Thus if one transition is present and the rest are 0, a 0 point will be added. This leads to plots that make more sense.

Before: image After: image