Issue rendering AlphaFold structures
See original GitHub issuev2.1.0
If I load an AlphaFold structure as “mmcif” (e.g. https://alphafold.ebi.ac.uk/files/AF-P05067-F1-model_v1.cif), the structure renders but the “cartoon” representation is never applied. Changing to other representations seems to work fine.
const data = await plugin.builders.data.download(
{ url, isBinary: false },
{
state: { isGhost: true },
}
);
const trajectory = await plugin.builders.structure.parseTrajectory(
data,
"mmcif"
);
return plugin.builders.structure.hierarchy.applyPreset(
trajectory,
"default",
{
structure: { name: "model", params: {} },
showUnitcell: false,
representationPreset: "auto",
}
);
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:11 (5 by maintainers)
Top Results From Across the Web
What's next for AlphaFold and the AI protein-folding revolution
“AlphaFold can't really deal with proteins that can adopt different structures in different conformations,” says Schueler-Furman. And the ...
Read more >Why AlphaFold won't revolutionise drug discovery | Opinion
Most of AlphaFold's 'structures' are just pictures, pictures generated by an AI algorithm that predicted correctly some of the time. To know which...
Read more >What you can't do with DeepMind's AlphaFold in drug discovery
AlphaFold may prove useful for other parts of the drug discovery pipeline, where comparing protein structures obtained via different methods ...
Read more >AlphaFold and Implications for Intrinsically Disordered Proteins
AlphaFold, a deep learning-based approach to protein structure prediction, shows remarkable success in independent assessments of prediction ...
Read more >More Protein Folding Progress - What's It Mean? - Science
I last wrote about Deepmind's efforts to predict protein folding and structure here, with their AlphaFold software.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Many thanks @dsehnal , now updated.
I have discussed this with Sameer V. and will have a version working with the current structures later this week or during the next.