PRIDE-Archive / pride-web

PRIDE Resources Web application
https://www.ebi.ac.uk/pride/
1 stars 5 forks source link

Small issues with the crosslinking data. #337

Closed ypriverol closed 9 months ago

ypriverol commented 11 months ago
colin-combe commented 11 months ago

Check the consistency of the data, for example (PXD038060 - 21 proteins, 2950 peptides, 1663 spectra. However in xiVIEW, at the top it says 19 proteins. Not consistent.)

That's because xiVIEW is, by default, not displaying the ambiguous (peptide position) links. I you click 'Ambig' in the filter at the bottom the numbers will match up. So this is something to be fixed in the xiVIEW javascript (by showing everything by default).

colin-combe commented 11 months ago

Fix the visualization endpoint for each independent dataset in PRIDE, API endpoint broken (e.g. https://www.ebi.ac.uk/pride/archive/xiview/visualisations?pxid=PXD038060)

I think you're using the wrong URL - show be https://www.ebi.ac.uk/pride/archive/xiview/network.html?project=PXD038060

ypriverol commented 11 months ago

Fix the visualization endpoint for each independent dataset in PRIDE, API endpoint broken (e.g. https://www.ebi.ac.uk/pride/archive/xiview/visualisations?pxid=PXD038060)

I think you're using the wrong URL - show be https://www.ebi.ac.uk/pride/archive/xiview/network.html?project=PXD038060

This is related with the previous way of getting the visualization urls for every file. @colin-combe we used to have that endpoint in the API. We will discuss in details all the issues after the Demo today and the collection of all the issues.

colin-combe commented 10 months ago

Check the consistency of the data, for example (PXD038060 - 21 proteins, 2950 peptides, 1663 spectra. However in xiVIEW, at the top it says 19 proteins. Not consistent.)

Should be fixed and deploy itself if i merge https://github.com/Rappsilber-Laboratory/xiview-server/pull/54 - I'll do that?

ypriverol commented 9 months ago

This is solved now.