bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Proteomics raw data and max quant result display #245

Closed mikkonie closed 2 years ago

mikkonie commented 6 years ago

In GitLab by @mkuhring on Jun 19, 2018, 15:07

For proteomics, we need to display sample-wise raw data and the MaxQuant results.

Integration of proteomics raw data

There is a RawData sub folder in the iRODS file system. In this folder, all *.raw files live next to each other together with their MD5 sums. The file links of the assay table simply link to this folder with the "list files" and in the "link to Davrods" icons.

MaxQuant results

Assumptions:

In reality, there might be more than one MaxQuant run, but we do not represent this in the assay sheets.

On the file system, there will be one folder MaxQuantResults in the assay folder. This folder will contain one or more runs, each in its own sub folder. Users are responsible for naming these sub folders appropriately and this will have no mapping in the assay sheets.

The reason for this is that modeling different applications of MaxQuant, e.g., for trying different parameters or fixing mistakes made earlier is not possible at the current time with current resources. It might never be.

UI-wise, this can could be integrated

Currently, the visible components in the UI should be

mikkonie commented 6 years ago

In GitLab by @mkuhring on Jun 20, 2018, 11:13

This should be configured based on the AssayInfo variables measurement_type and technology_type.

In this specific case:

measurement_type == "protein expression profiling"
technology_type == "mass spectrometry"
mikkonie commented 6 years ago

mentioned in commit 4db4c81f61e6627a79abb7e9b82317844f85f89c

mikkonie commented 6 years ago

mentioned in commit 4238bb0477e26770fddc68d774e0b20671066e15

mikkonie commented 6 years ago

mentioned in commit 49ac8c229b7c11742878431590ef8ebf8f89753d

mikkonie commented 6 years ago

mentioned in commit 62c42de21735ed7af72d99bc3f19552394b2edb1

mikkonie commented 6 years ago

mentioned in commit 58a49cbf68f8f50749f17bf962c6396a4868556a

mikkonie commented 6 years ago

mentioned in commit cc0e6e113261493bac3f485b251d18cf8a2383fe

mikkonie commented 6 years ago

mentioned in commit 550f5f5b1ba169de73660b096cd1bf781e4d7ca9

mikkonie commented 6 years ago

mentioned in commit 031c783c848b9acfeab42733b45ccd9f919ffa54

mikkonie commented 6 years ago

Done, unless some issues are detected.

mikkonie commented 6 years ago

closed