Project

General

Profile

Trimer processing workflow » History » Version 10

Dmitry Lyumkis, 06/25/2013 08:19 AM

1 6 Dmitry Lyumkis
h1. Trimer processing workflow
2 1 Dmitry Lyumkis
3 6 Dmitry Lyumkis
h2. reconstruct an ab initio model using common lines
4 1 Dmitry Lyumkis
5 4 Dmitry Lyumkis
# select a set of ~20 good class averages in the image viewer, and upload them as a template stack (call it, e.g. "ts_initial_models")
6
# select as many of the class averages that have reliable features which you think are real and correspond to the Fab-bound complex (could be 50, could be 100, etc …), and upload that as another template stack (call it, e.g. "ts_refinement")
7 1 Dmitry Lyumkis
# You can access the common lines method under the menu "ab initio reconstruction" and "automated common lines" in Appion. Go there. 
8 4 Dmitry Lyumkis
# Under "iterative model creation" select the first template stack, "ts_initial_models"
9
# Under "refinement of aligned and clustered model" select the second template stack, "ts_refinement"
10
# keep all parameters as default, and try EMAN for iterative model creation. Then fill out the number of images per volume. This should be ~50% of the number of images in the "ts_2g12_initial_models" stack. If you have, e.g. 30 images, this value should be ~15. You can also try IMAGIC for iterative model creation by switching between the two options. 
11
# Fill out the bottom radii for the particles and give a mass. For example, for 2g12, these should probably be: "radius of mask"=200 ; "inner alignment radius" = 0 ; "outer alignment radius" = 140 ; "particle mass" = 750
12 2 Dmitry Lyumkis
# Launch the job
13 4 Dmitry Lyumkis
# repeat 1-8 with an identical job, EXCEPT that uncheck "iteratively align class averages to each other", and give the run a different name (for example, you can have two runs, titled "acl1" and "acl1_noiteralign" …).
14 7 Dmitry Lyumkis
15
h2. refine the reconstructed model using symmetry
16
17 8 Dmitry Lyumkis
Common lines determination can potentially be difficult for symmetric particles, because when the reconstructed volume contains errors, determination of the symmetry axis by automated means is difficult. For this reason, the automated common lines operation inside Appion does not employ symmetry. After the construction of an initial model, it is often useful to (1) determine the symmetry axis either automatically or manually and (2) further refine the model against a group of well-resolved class averages. 
18 9 Dmitry Lyumkis
19
# align the C1-reconstructed model to its symmetry axis. You can do this in one of several ways. (a) `proc3d input.mrc output.mrc rot=<alt,az,phi>`, but you have to know the specific Euler angles (alt, az, and phi) by which to rotate the model to get it to the specific orientation. You can approximate the Euler angles by using v4, e.g. `v4 input.mrc` and then adjusting the angles accordingly. (b) align the model to a previously determined trimer in Chimera, then resample on the grid. for example, given that volume #0 is the symmetrized trimer, and volume #1 is the C1-reconstruction, after alinging and fitting volume #0, enter the command `vop resample #1 onGrid #0` and save the resampled mrc file. It should be on the appropriate symmetry axis. 
20
# log into guppy and enter into an interactive session: `qsub -I -l nodes=1:ppn=8`
21
# currently, you have to source my .bashrc or .cshrc (depending on which shell you're using): 
22 10 Dmitry Lyumkis
> source /home/dlyumkis/common_lines_scripts/SET_ENVIRONMENT.bashrc
23 9 Dmitry Lyumkis
OR
24 10 Dmitry Lyumkis
> source /home/dlyumkis/common_lines_scripts/SET_ENVIRONMENT.cshrc
25 9 Dmitry Lyumkis
# refine the volume
26
>>