Skip to content

Volume_to_pseudoatoms_v3

Adrian Quintana edited this page Dec 11, 2017 · 1 revision

!xmipp_volume_to_pseudoatoms (v3.0)

Usage

Creates a set of pseudoatoms representing the density of an EM volume. This is useful for the vector quantization process needed in problems like docking, approximation of structures by Alpha Shapes, Normal Mode Analysis, etc.

The volume is approximated by Gaussians of a desired size. The user can specify whether the Gaussians can have different intensities or not, as well as the level of precision with which she desires to approximate the input EM volume.

Parameters

$: Input volume $`-o &lt;rootname`&gt; $`--sigma &lt;s`1.5&gt; $`--initialSeeds &lt;N`300&gt; $`--growSeeds &lt;percentage`30&gt; $`--stop &lt;p`0.001&gt; $`--targetError &lt;e`0.02&gt; $: Don't allow pseudoatoms to move $``: Don't allow pseudoatoms to change intensity $--intensityFraction &lt;f0.01> $`--intensityColumn <s`occupancy> where <s> can be:

    • $--Nclosest &lt;N3> $--minDistance &lt;d0.001> $--penalty &lt;p10> $--sampling_rate &lt;Ts1> $: Don't scale atom weights in the PDB $: Binarize the volume for a more uniform distribution $--thr &lt;n1> $--mask &lt;mask_typecircular> where <mask_type> can be:
    • $--center &lt;x00> <y0=0> <z0=0>

Examples and notes

xmipp_volume_to_pseudoatoms -i volume.vol -o pseudoatoms

User's comments

Clone this wiki locally