Jmol/Visualizing large molecules: Difference between revisions
From Proteopedia
Jump to navigationJump to search
Eric Martz (talk | contribs) |
Eric Martz (talk | contribs) |
||
| Line 93: | Line 93: | ||
Suppose that you want the alpha carbons for a subset of models in the published ensemble. You can get 16 models from the 184 models in 2hyn by taking either the first 16 | Suppose that you want the alpha carbons for a subset of models in the published ensemble. You can get 16 models from the 184 models in 2hyn by taking either the first 16 | ||
:<tt>load models {1 16 1} =2hyn filter "*.ca"</tt> | :<tt>load models {1 16 1} =2hyn filter "*.ca"</tt> | ||
or by taking every 12th model plus the last model | |||
:<tt>load models {1 184 12} =2hyn filter "*.ca"</tt> | :<tt>load models {1 184 12} =2hyn filter "*.ca"</tt> | ||