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

TransitionGroupFeatures not labelled in plot #43

Closed jcharkow closed 8 months ago

jcharkow commented 8 months ago

It seems that the interactive plot function takes in a list of TransitionGroupFeatures however it does not seem to plot them. Not sure if this is done somewhere else?

A little confusing though for python library usage

singjc commented 8 months ago

The peak boundaries is added to the plot here InteractivePlotter.py#L111 in the patch/refactor_ui branch

jcharkow commented 8 months ago

I'm on the master refactor branch so thats probably why. looking forward to the feature soon!