anfoss / PCprophet

Framework for systematic discovery of novel complexes and differential analysis of cofractionation MS datasets
MIT License
13 stars 4 forks source link

ICEsoft ICEpdf - Exception #12

Closed Maithy15 closed 2 years ago

Maithy15 commented 2 years ago

Hi,

I am unable to visualize anything in PC prophet. It runs successfully but when I click visualize it gives me some error (please see the attached image).

Please let me know what I am doing wrong.

Thanks

image

anfoss commented 2 years ago

Can you attach one of the PDF which has this error?

I ran all the test successfully from my end.

Can you open them outside the GUI?

chenli-bioinfo commented 2 years ago

Thank you for using our PCprophet! The PDF issue may reflect unsuccessful processing of the running data, as redirecting the I/O error outputs from Python to Java can be problematic. I therefore suggest you check if the PDF file is empty. If the PDF file does exist but is empty, it means that your input data was not processed properly due to potential errors etc. This is often the reason you got the error message from ICEpdf. If you can't see any error messages from the GUI, you can run the command line version, which will output all possible error messages if something wrong happens. We can then investigate what the problem is. Thanks.

Maithy15 commented 2 years ago

Thanks to both of you for the reply!

I do not get any output from the PCprophet itself. Could it be because of the Python version? The python version I have is 3.9.7. I will try to do it in the command line and let you know.

Thanks

chenli-bioinfo commented 2 years ago

Currently our GUI is a beta version. It involves a lot of Python docking to Java, in order to run PCprophet. Therefore there could be some glitches in the program, particularly in invoking Python and its packages. Simply let us know if you experience any problems running the command line version. Thanks.

Maithy15 commented 2 years ago

Hi,

The command-line version works. But, FDR estimation was not performed as not enough known complexes are found, and GO term mapping went wrong including some other warnings and errors. I have attached the text from the cmd for your reference. will using the PPI database help in FDR estimation?

Thanks

log.txt

anfoss commented 2 years ago

A couple of questions

  1. How is your input file format? Can you post the first 3 or 4 rows?

  2. How many proteins do you have across the entire experiment?

  3. Is the file ann_cmplx.txt in the tmp folder empty?

Thanks

Maithy15 commented 2 years ago

Hi

  1. The first column is GN and the second is ID followed by fraction numbers Ctrl_test.txt

  2. About 2900 proteins.

  3. Yes ann_cmplx.txt is empty.

Thanks

anfoss commented 2 years ago

Ok so it is mouse data, in theory it should work so I would like to follow up via email. Can you send me the data?

Maithy15 commented 2 years ago

Yes, Could you please give me your ID?

anfoss commented 2 years ago

andrea.fossati@ucsf.edu

Maithy15 commented 2 years ago

I just sent you a mail. Thanks for the help!

anfoss commented 2 years ago

Can you attach the data here? Seems I did not receive your email

Maithy15 commented 2 years ago

Here you go! Ctrl.txt

anfoss commented 2 years ago

Ok try copying the repo now and use the command line version, I just pushed a fix