<div dir="ltr">Hi,<div><br></div><div>I am attempting to find the centroid of a protein and then translating it based on the output. Is there any function that does this? </div><div><br></div><div><div style="font-size:13px">model = chimera.openModels.open('test_<wbr>python/'+filename)</div><div style="font-size:13px"><span class="gmail-m_-6044322858221059299gmail-Apple-tab-span" style="white-space:pre-wrap">       </span>mol = model[0]</div><div style="font-size:13px"><span class="gmail-m_-6044322858221059299gmail-Apple-tab-span" style="white-space:pre-wrap">       </span>axis = chimera.Vector(1,1,1)</div><div style="font-size:13px"><span class="gmail-m_-6044322858221059299gmail-Apple-tab-span" style="white-space:pre-wrap"> </span>angle = 180</div><div style="font-size:13px"><span class="gmail-m_-6044322858221059299gmail-Apple-tab-span" style="white-space:pre-wrap">  </span>xf = chimera.Xform.rotation(axis,<wbr>angle)</div></div><div style="font-size:13px"><br></div><div style="font-size:13px">I am using chimera.Xform functions for my implementation.</div><div style="font-size:13px"><br></div><div style="font-size:13px">Also, Is there a documentation that lists down all functions that are currently available to manipulate proteins?</div><div style="font-size:13px"><br></div><div style="font-size:13px">Thank you.</div><div style="font-size:13px"><br></div><div style="font-size:13px">Regards,</div><div style="font-size:13px">Kavya Shankar</div></div>