Multi-species protein group module#960
Conversation
|
I would very much like comments etc....
|
|
|
https://github.com/orgs/Proteobench/discussions/253 (apparently mentions in discussion are not automatically cross-referenced - whereas issues are) |
|
commit add fallback when no datapoint - for dev: I had issues plotting in-depth plot without github access. I added a fallback option that allows plotting of most recently uploaded point. -> Can be removed if this is a bad idea. |
|
Kind of works. I wanted to have a y_axis_title that could be set up in the modules toml and would define the y-axis title of the main plots. But id does not work and I am not sure that this is a good idea |
# Conflicts: # proteobench/datapoint/quant_datapoint.py # proteobench/io/parsing/parse_settings.py # proteobench/modules/constants.py # proteobench/modules/quant/benchmarking.py # proteobench/modules/quant/quant_base_module.py # proteobench/modules/quant/quant_lfq_ion_DIA_AIF.py # proteobench/modules/quant/quant_lfq_ion_DIA_Astral.py # proteobench/modules/quant/quant_lfq_ion_DIA_ZenoTOF.py # proteobench/modules/quant/quant_lfq_ion_DIA_diaPASEF.py # proteobench/modules/quant/quant_lfq_ion_DIA_singlecell.py # proteobench/modules/quant/quant_lfq_peptidoform_DDA.py # proteobench/modules/quant/quant_lfq_peptidoform_DIA.py # webinterface/pages/base_pages/quant.py # webinterface/pages/base_pages/utils/filter.py # webinterface/pages/base_pages/utils/metricplot.py
|
During the in-person meeting, we decided that for clean comparison, and to know what expected ratio to match to each protein group, I will only consider the protein accessions that have no shared peptide in theory (according to the fasta file). And we will only report the accuracy error for this. With the number of accessions on the y-axis. |
|
TOFIX: |
Hey, this is very much a test. Not sure about my coding but I wanted to try.
It is not done, for sure.
Also, I made changes to the quantscore to make it flexible (not only for precursors). I am not sure it is the best idea.