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

Feature/rawdata #54

Closed singjc closed 6 months ago

singjc commented 7 months ago

This is a fairly large PR.

This implements raw targeted feature extraction from DIA/diaPASEF mzML files using a spectral library (tsv/pqp) and optionally supplemented with search results (diann tsv/osw). The extracted results can then be visualized in 1D, 2D and 3D.

Note: I do not include any test files in this branch, I will include tests later in a separate branch.

Inputs:

Plotting:

Loaders:

Preprocess:

Server:

UI:

Examples

DIA (two runs)


raw_dia_example_1

raw_dia_example_2

diaPASEF (one run)


raw_diapasef_example_1

raw_diapasef_example_3

raw_diapasef_example_4

raw_diapasef_example_5

raw_diapasef_example_6