# Job: 3D Variability Display

## **Description**

Create various versions of a 3D variability result that can be used for display. Read a tutorial [here](https://guide.cryosparc.com/processing-data/tutorials-and-case-studies/tutorial-3d-variability-analysis-part-one).

## **Input**

* Particles (from 3D Variability Analysis)
* Volume (from 3D Variability Analysis)

## **Common Parameters**

* Output mod&#x65;**:**&#x20;
  * **simple mode**: output a simple linear "movie" of volumes along each dimension. Number of frames is the next param.&#x20;
  * **cluster mode**: fit clusters to reaction coordinates and output volumes and particles from each cluster. Number of clusters is the next param.&#x20;
  * **intermediates mode:** reconstruct multiple intermediate volumes along each variability dimension, useful for better visualizing non-linear changes. Number of intermediate frames is the next param.&#x20;
* Intermediates: window (frames):
  * Size of rolling window in each bin (in number of frames). Set to a positive integer to define a triangular weighting function for each volume. Set to 0 for a tophat weighting function. Set to -1 to create bins with equal number of particles.

## **Output**

* Volume series of each variability component
* \[Optionally] particles for each cluster or intermediate frame&#x20;
* \[Optionally] volume for each cluster or intermediate frame

## **Common Next Steps**

* Visualization of results through UCSF Chimera or similar.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.cryosparc.com/processing-data/all-job-types-in-cryosparc/variability/job-3d-variability-display.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
