Open imerelli opened 11 months ago
Ok, it works! Very last question. How can I interpret these results? A low number in the "output" column in comparion with the "target" colum means that the variant is pathogenic?
cat output-test-epoch-0.csv entry,output,target 1CR4:A:173:Phenylalanine->Arginine-m4136553106469056122,"[-2.9982943534851074, 3.1880407333374023]",-1 1CR4:A:171:Phenylalanine->Lysine-m5928231148893208810,"[-6.950150489807129, 5.13400936126709]",-1 1CR4:A:173:Phenylalanine->Arginine-m4136553106469056122,"[-2.9982943534851074, 3.1880407333374023]",-1 1CR4:A:171:Phenylalanine->Lysine-m5928231148893208810,"[-6.950150489807129, 5.13400936126709]",-1
The target is set to -1, because it's unknown. When you run binary classification mode, two numbers are output: one for benign (left) and one for pathogenic (right) The highest number of the two wins and displays the output class.
I'm sorry that we didn't make a better output exporter for this. I hope you can work with this format.
So, the attached examples are to be considered pathogenic because the right column is higher than the left column. Right?
exactly.
Hi, I'm trying to use DeepRank-Mut. The first problem is that I don't get how to run the tests, because in the documentation it is stated to enter in the test directory and run pytest, but this command is not valid.
However, from the root directory I can tun the test scripts that are in the test directory. Here is the output. While test/test_tools.py and test/test_atomic_features.py provide an output, test/test_generate.py and test/test_learn.py do not provide any output. Is this excepted? There is something that I can do differently?