Git Product home page Git Product logo

Comments (3)

jaekor91 avatar jaekor91 commented on May 29, 2024 1

@abbynewbury "p1_desc_*.npy" contains a NN produced descriptor for each vertex of the triangular mesh. The difference between the two versions is that, for one of them, the signs of select features are flipped before inputting into the network as described in the paper.

Disclaimer: I am not an author of the pipeline. :)

from masif.

abbynewbury avatar abbynewbury commented on May 29, 2024

Thank you! I got that output from running
./data_prepare_one.sh 6M3M_A
./compute_descriptors.sh 6M3M_A

Is there another script I need to run (maybe eval_gif_descriptors?)to get a final output of the predicted best binders as I am not sure what to do with the numpy files themselves.

from masif.

pablogainza avatar pablogainza commented on May 29, 2024

Hi! Sorry for the very late reply !

It is exactly as jaekor91 pointed out. The flipped descriptors are descriptors whose features are flipped. The straight descriptors are descriptors that are not flipped. If you want complementary surfaces, you always compare flipped to straight (straight to straight would make sense if you are trying to find similar surfaces, not complementary)

So if you take a point in the center of your interface and take its descriptor from p1_desc_flipped.npy, then you should compared this point to descriptors in files called 'p1_desc_straight.npy'. Flipped descriptors must always be compared to straight descriptors.

In general, the discrimination capacity of these descriptors is quite good if in your target you pick a point in the center of the interface (ROC AUC > 0.95).

However, for practical applications, this isn't enough because you can still have hundreds of millions of patches from thousands of proteins. This is why we have a second stage alignment method to refine top results.

I think what you want to do is follow the tutorial in https://github.com/LPDI-EPFL/masif/blob/master/docker_tutorial.md in the section called MaSIF PDL1 benchmark. You can do it for PD-L1 as in the example and then do it for another protein.

from masif.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.