Documentation for cryoDRGN2.

Installation

CryoDRGN2 commands are now natively available in the top-of-tree on github, and will be available in the next official cryoDRGN version 2.0 release.

Running cryoDRGN2

There are two commands for ab initio reconstruction: cryodrgn abinit_homo (homogeneous ab initio reconstruction) and cryodrgn abinit_het (heterogeneous ab initio reconstruction):

# homogeneous ab initio
cryodrgn abinit_homo -h

# heterogeneous ab initio
cryodrgn abinit_het -h

Setup

Example usage

# homogeneous reconstruction
cryodrgn abinit_homo [particles] --ctf [ctf.pkl] -o [output_directory]  >> output.log

# heterogeneous reconstruction
cryodrgn abinit_het [particles] --ctf [ctf.pkl] --zdim 8 -o [output_directory]  >> output.log

Note on homogeneous reconstruction

We have found that cryoDRGN2’s homogeneous reconstruction can work better than traditional ab initio approaches for challenging heterogeneous datasets, e.g. the RAG1-RAG2 complex (EMPIAR-10049) and the pre-catalytic spliceosome (EMPIAR-10076), potentially due regularization properties of the neural model. It may be interesting to try cryodrgn abinit_homo for generating a consensus reconstruction or initial model. Please let us know if you find something interesting!

Note on training settings