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

Clean up imports #52

Closed jcharkow closed 6 months ago

jcharkow commented 7 months ago

Clean up internal input structure to model sci-kit learn.

Old from masseer.structs.TransitionGroup import TransitionGroup from masseer.structs.TransitionGroup import TransitionGroup

New from masseer.structs import TransitionGroup, Chromatogram

singjc commented 6 months ago

Will close this for now, since we probably want to merge this into the rebased dev branch.