.. _sphx_glr_auto_examples_02_stages:
2. Each stage
=============
**Background.** A two-step habitat analysis is a chain of stages:
extract voxel features, preprocess them, partition each tumour into
supervoxels, pool the cohort, fit one habitat model, assign labels.
**Purpose.** Each page runs one stage on demo data so you can see its
input, its output, and the parameters that matter.
These pages open the stage list of the
:doc:`complete analysis `.
``Stage``'s first argument is a label. ``Spec`` names the component.
* **extract** — :doc:`/auto_examples/02_stages/plot_06_voxel_intensities`,
:doc:`/auto_examples/02_stages/plot_01_feature_routes`,
:doc:`/auto_examples/02_stages/plot_02_expression`,
:doc:`/auto_examples/02_stages/plot_02_custom_features`,
:doc:`/auto_examples/02_stages/plot_03_voxel_texture`,
:doc:`/auto_examples/02_stages/plot_07_voxel_texture`,
:doc:`/auto_examples/02_stages/plot_08_derived_map`,
:doc:`/auto_examples/02_stages/plot_09_texture_habitats`.
* **preprocess** — :doc:`/auto_examples/02_stages/plot_04_feature_preprocessing`,
:doc:`/auto_examples/02_stages/plot_10_preprocess_features`,
:doc:`/auto_examples/02_stages/plot_11_preprocess_compare`,
:doc:`/auto_examples/02_stages/plot_06_texture_preprocessing`.
* **partition** — :doc:`/auto_examples/02_stages/plot_12_supervoxels`,
:doc:`/auto_examples/02_stages/plot_05_supervoxel_features`.
* **fit** — :doc:`/auto_examples/02_stages/plot_13_fit_model`.
* **assign** — :doc:`/auto_examples/02_stages/plot_14_assign_labels`.
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_01_feature_routes_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_01_feature_routes`
.. raw:: html
Voxel features
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_02_custom_features_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_02_custom_features`
.. raw:: html
Custom features
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_02_expression_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_02_expression`
.. raw:: html
Expression voxel features
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_03_voxel_texture_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_03_voxel_texture`
.. raw:: html
Voxel texture and GPU
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_04_feature_preprocessing_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_04_feature_preprocessing`
.. raw:: html
Feature preprocessing
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_05_supervoxel_features_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_05_supervoxel_features`
.. raw:: html
Supervoxel feature extraction and acceleration
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_06_texture_preprocessing_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_06_texture_preprocessing`
.. raw:: html
Preprocessing voxel texture before clustering
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_06_voxel_intensities_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_06_voxel_intensities`
.. raw:: html
Extracting voxel intensities
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_07_voxel_texture_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_07_voxel_texture`
.. raw:: html
Extracting a voxel texture
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_08_derived_map_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_08_derived_map`
.. raw:: html
Clustering habitats from a derived map
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_09_texture_habitats_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_09_texture_habitats`
.. raw:: html
Clustering habitats from a texture field
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_10_preprocess_features_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_10_preprocess_features`
.. raw:: html
Preprocessing features before clustering
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_11_preprocess_compare_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_11_preprocess_compare`
.. raw:: html
Comparing habitat maps with and without preprocessing
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_12_supervoxels_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_12_supervoxels`
.. raw:: html
Partitioning a ROI into supervoxels
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_13_fit_model_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_13_fit_model`
.. raw:: html
Fitting a cohort habitat model
.. raw:: html
.. only:: html
.. image:: /auto_examples/02_stages/images/thumb/sphx_glr_plot_14_assign_labels_thumb.png
:alt:
:doc:`/auto_examples/02_stages/plot_14_assign_labels`
.. raw:: html
Assigning habitat labels
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/auto_examples/02_stages/plot_01_feature_routes
/auto_examples/02_stages/plot_02_custom_features
/auto_examples/02_stages/plot_02_expression
/auto_examples/02_stages/plot_03_voxel_texture
/auto_examples/02_stages/plot_04_feature_preprocessing
/auto_examples/02_stages/plot_05_supervoxel_features
/auto_examples/02_stages/plot_06_texture_preprocessing
/auto_examples/02_stages/plot_06_voxel_intensities
/auto_examples/02_stages/plot_07_voxel_texture
/auto_examples/02_stages/plot_08_derived_map
/auto_examples/02_stages/plot_09_texture_habitats
/auto_examples/02_stages/plot_10_preprocess_features
/auto_examples/02_stages/plot_11_preprocess_compare
/auto_examples/02_stages/plot_12_supervoxels
/auto_examples/02_stages/plot_13_fit_model
/auto_examples/02_stages/plot_14_assign_labels