Introduction
Welcome to the documentation for DRGN-AI!
Last updated
Welcome to the documentation for DRGN-AI!
Last updated
DRGN-AI is an open-source software package for ab initio heterogeneous reconstruction in cryo-EM. This user guide is a work-in-progress. Please check back regularly for updates!
DRGN-AI takes a collection of picked particles with estimated CTF parameters as input and outputs an approximation of the conformational space of the biomolecular complex. The output takes the form of a set of low-dimensional latents (one for each picked particle) and a neural network that associates latents to 3D density maps.
DRGN-AI needs to jointly infer the pose of each particle in the dataset while reconstructing the structural variability of the molecule. To do so, it fuses the flexibility of implicit neural representations with a fast and scalable pose estimation strategy. Poses are optimized using a hierarchical search strategy and are later refined by stochastic gradient descent. Conformations are independently optimized in an autodecoding fashion. The whole model (neural field + conformations + poses) is optimized by gradient descent in order to minimize the difference between reconstructed images and real observations.
The user guide is split into 3 parts:
Installation: details on how to install DRGN-AI.
Running a job: tutorial explaining how to run DRGN-AI, monitor your job and analyze the outputs.
Full API documentation: details on all the DRGN-AI parameters.