GithubHelp home page GithubHelp logo

Comments (4)

pentadotddot avatar pentadotddot commented on July 28, 2024 16

Hi, here I have found a reimplementation of alphafold in pytorch: https://github.com/Urinx/alphafold_pytorch

Here the author provided almost all the rest of the pipeline including feature generation.

Still I could not figure out how it works, but seems one can figure out something from it:)

from deepmind-research.

Kohze avatar Kohze commented on July 28, 2024 3

I think we should give it a try even though google is not releasing all the code yet. Many research projects would profit from it.

from deepmind-research.

huhlim avatar huhlim commented on July 28, 2024

DeepMind team only shared the AlphaFold deep learning model instead of the full pipeline for model building, so there are many features are missing including input feature generation and 3D structure generation.

If you want to build a model for your protein, you still can try typical structure prediction servers such as I-TASSER, RaptorX, and so on. They are also pretty good. In addition, some of the servers (i.e., RaptorX-Contact) have their own contact/distance prediction methods and use them to build 3D models.

If your protein sequence has close homologs with known structures, then it would be better to use template-based modeling. CASP targets usually deal with hard cases, which do not have known homolog structures or have very distant homolog structures. So, for a typical structure prediction circumstance, I hope template-based modeling would be enough to get an accurate 3D model. (I do believe that classical approaches are still better on these relatively easy cases.)

from deepmind-research.

Augustin-Zidek avatar Augustin-Zidek commented on July 28, 2024

As discussed in issue #18 the released code does not include Multiple Sequence Alignment (MSA) and feature computation for arbitrary sequences, though there we give some guide as to the features used for those accustomed to computing them.

But note that in any case the AlphaFold system does not use homologous structures (templates) it is focused on "Free Modelling".

from deepmind-research.

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.