Hi Tom,Can you tell me the tricks of how to calculate the volume of just the interior for EMD-1220?ReggieOn Oct 9, 2014, at 5:58 PM, Tom Goddard wrote:Hi Reggie,What are you trying to calculate? Chimera can calculate the volume inside your density map surface if that is what you want. If it is just a capsid map then it won’t include the hollow interior. There are tricks to include the interior. If you really care about icosahedron volumes Chimera gives the exact value by summing polyhedral volumes. The Chimera icosahedron radius is the distance from the center to a vertex. The measure volume command reports the enclosed volume of the icosahedron with its flat faces as 58.7e6 for radius 285. As you note a sphere of radius 285 has volume 95e6.TomOn Oct 9, 2014, at 5:34 PM, Reginald McNulty wrote:Dear Tom,Eager to hear your thoughts on what’s below.I’ve done the math by hand for how to calculate the volume of an icosahedron. One of them (exsphere) gives the exact answer shown in Chimera with 'measure volume'. I’ll give a brief definition below and then show all calculations. The volume (V) of an icosahedron depends on the length of the edge (distance between five folds). My understanding is that there are different ways of drawing the radius (R) to calculate the length of an edge (a). Assuming an exsphere radius of 285 angstroms, I can calculate a volume of 58709669.80741614 cubic angstroms (or 59 million cubic angstroms) which is exactly the answer shown in chimera. However, I suspect the midsphere radius of 285 angstroms, yielding a volume of 95379640.39879936 cubic angstroms (or 95 million cubic angstroms) is a closer approximation, as this answer is very close to that obtained assuming V=4/3*(pi)*r^3 (97 million cubic angstroms).Definitions:Inscribed sphere: http://en.wikipedia.org/wiki/Inscribed_sphereMidsphere: http://en.wikipedia.org/wiki/MidsphereUseful online calculator: http://calcverter.blogspot.com/2014/08/icosahedron-edge-area-volume-exsphere-midsphere-insphere-calculator.htmlAssuming a radius of 285 angstroms, here are the calculations for volume 3 different ways:Method AR(m)- Midsphere radius= 285 ÅR(m)=a / 4 * ( 1 + √5 )---------------------------------------multiply both sides by 4---------------------------------------285(4)= a(1+√5)= a(3.23606797749979)----------------------------------------a=285(4)/3.23606797749979----------------------------------------a=352.27937358744003----------------------------------------Now that we have the icosahedral edge length (a), we can calculate the volume of the virus with:V= 5 / 12 * a³ * ( 3 + √5 )= 5/12 * 43718136.95711854 *(3 + √5)= 5/12 *43718136.95711854 5.23606797749979=95379640.39879936---------------------------------or 95 million cubic Å---------------------------------Method BR(e)- Exsphere radius- 285R(e) = a / 4 * √(10 + 2 * √5)----------------------------------writing in python was easier for me here:285=a/4 * math.sqrt(10+2*math.sqrt(5))285=a/4 * 3.804226065180614----------------------------------------------solve for a:a=(285/ 3.804226065180614)*4a=299.6667339079062--------------------------------------------Now that we have the icosahedral edge length (a), we can calculate the volume of the virus with:V= 5 / 12 * a³ * ( 3 + √5 )--------------------------------------------------writing in python is a little easier here:V= ((5/12.0)*(299.6667339079062**3)*(3+math.sqrt(5)))= 58709669.80741614--------------------------------or 58 million cubic Å---------------------------------Method CR(i)- Insphere radius (tangent to face of icosahedran)R(i) = a / 12 * √3 * ( 3 + √5 )-----------------------------285 = a/12 *((math.sqrt(3))*(3+math.sqrt(5)))285= a/12 * 9.069135768914048a= (285/9.069135768914048)*12= 377.1031868022763----------------------------------------Use edge of 377.1031868022763 to calculate volumeV= 5 / 12 * a³ * ( 3 + √5 )-------------------------------------------V= ((5/12.0)*(377.1031868022763**3)*(3+math.sqrt(5)))V= 116996977.425189---------------------------------------------or 116 million cubic Å------------------------------------------Reggie McNultyOn Oct 9, 2014, at 4:49 PM, Tom Goddard <goddard@sonic.net> wrote:When you use the “measure volume” command on an icosahedral cage it is measuring the volume enclosed in the polygonal solid defined by the cage, not the volume of a sphere. I don’t know what you mean by “exsphere”, “midsphere”, “calculate by hand”.TomOn Oct 9, 2014, at 1:01 PM, Reginald McNulty wrote:I manually fixed the cage and shrunk it to encompass the internal DNA using a radius of 285. I used the measure volume command to measure the volume inside the cage. Can Chimera show sphere it is using to calculate calculate the volume? A cage with radius 285 angstroms gives a volume of 58 million cubic angstroms. By hand, I can calculate volume of also 58 million cubic angstroms using an exsphere radius of 285; edge is 300 angstroms. However, a midsphere radius of 285 gives me an edge of 352 angstroms and volume of 95 million cubic angstroms.ReggieOn Oct 8, 2014, at 2:24 PM, Tom Goddard wrote:Yes you could probably fix the alignment of a cage by hand in Chimera so it looked decent. If you want to do some analysis using the symmetry that is harder.TomOn Oct 8, 2014, at 2:14 PM, Reginald McNulty wrote:Never mind. I think it’s close enough with 2fold on x, 3 fold on z, with extra rotation.On Oct 8, 2014, at 2:07 PM, REGINALD MCNULTY wrote:Thanks. It works.I’m trying to do the same thing now for a virus with a tail. It was refined with C1 symmetry. The icosahedral symmetry in the capsid is evident. But I can’t get the icosahedal surface to match the symmetry exactly. Can you take a look at this map: emd_1220.map?ReggieOn Oct 8, 2014, at 11:34 AM, Tom Goddard wrote:Hi Reggie,I used the following Chimera commands to create an icosahedral cage for virus capsid 2xyz and density map for full capsid, image attached.Tomopen 2xyzrainbow chainsym #0 surf true# Used Tools / Higher-Order Structure / Icosahedron Surface to figure out orientation is n25r (no sym on x, 2-fold on y, 5-fold on z, with extra rotation).shape icos radius 400 orient n25r lattice 2,1 color blue linewidth 5molmap #0 10 sym i,n25r<2xyz.jpg>On Oct 8, 2014, at 10:40 AM, Reginald McNulty wrote:Dear Tom,
I’ve imported a virus capsid shell pdb 2xyz to chimera. I want to measure the symmetry and make a cage based on that symmetry. Molmap seems to only produce a map of the asymmetric unit, not the entire capsid. Any thoughts?
I’m currently following directions that are here: http://www.cgl.ucsf.edu/chimera/videodoc/IcosWedge/index.html
All the best,
-Reggie
--
Reginald McNulty, Ph.D.
Postdoctoral Research Associate
The Scripps Research Institute
Johnson Lab
Department of Integrative Structural and Computational Biology
10550, N. Torrey Pines Road, MB-31
La Jolla, California 92037
All the best,
-Reggie
--
Reginald McNulty, Ph.D.
Postdoctoral Research Associate
The Scripps Research Institute
Johnson Lab
Department of Integrative Structural and Computational Biology
10550, N. Torrey Pines Road, MB-31
La Jolla, California 92037