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

[ADD] Extraction shaded region to raw extraction #59

Open singjc opened 7 months ago

singjc commented 7 months ago

Add extraction shaded box to show extraction windows, similar to skyline.

Add an optional extra amount to extraction windows of data to extract for this to make sense/usability. Current extraction, extracts data with the exact windows.

Can add bands to bokeh plot using something like below.

p.xgrid.band_fill_color = "olive"
p.xgrid.band_fill_alpha = 0.1