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

Plotting Bug fixes and new features #75

Closed jcharkow closed 6 months ago

jcharkow commented 6 months ago

While making figures fixed the following bugs and added these features

Features

  1. Optional Add labels to TransitionFeatureGroup labels added with add_peak_boundaries() to put in the legend
  2. Equalization and Gaussian smoothing in 2D heatmaps

Bug fixes

  1. Fix error when try to filter heatmaps to only MS1 or only MS2
jcharkow commented 6 months ago

I was talking with @alhigaylan and he said he did 1D gauss smoothing and not 2D maybe they can be combined once everything is merged.

singjc commented 6 months ago

I was talking with @alhigaylan and he said he did 1D gauss smoothing and not 2D maybe they can be combined once everything is merged.

Sounds good, we can merge for now, and then integrate once they're all merged together.