GithubHelp home page GithubHelp logo

Comments (4)

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

Sorry, there is currently no plan to open source the feature generation code. (It's tightly coupled to our internal infrastructure as well as external tools which we cannot open source.)

However, I updated the README with descriptions of all the features. I also added code snippets that show how to calculate most of the features that are needed. I hope this helps.

from deepmind-research.

kad-ecoli avatar kad-ecoli commented on July 28, 2024

Why the pseudolikelihood estimation parameters have 484 (=22*22) parameters instead of 441 (=21*21) parameters? Almost all potts model implementation only has 441 parameters for each residue pair. Is it possible to release AlphaFold's pseudolikelihood estimation pipeline?

from deepmind-research.

huhlim avatar huhlim commented on July 28, 2024

I guess they used 20 amino acid types + X + gap.

from deepmind-research.

huhlim avatar huhlim commented on July 28, 2024

Thank you for sharing some code snippets for the input feature generation.
I found that "deletion_probability" is somehow weird. According to A3M format (https://github.com/soedinglab/hh-suite/wiki#the-same-alignment-in-a3m),
deletion cannot be mapped to the query sequence. For example,
a MSA in FASTA format,

>Query
ACDEFG--HIK
>Templ_1
ACD--GYWHI-
>Templ_2
ACDEFGFWH-K

can be converted into A3M format (by using HHsuite reformat.pl) as

>Query
ACDEFGHIK
>Templ_1
ACD--GywHI-
>Templ_2
ACDEFGfwH-K

Since those deletions in Templ_1 (yw) and Template_2 (fw) are aligned(?) to the gaps in the Query sequence, the deletions would not be counted.

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.