SOCR 3D Cell Morphometry Project
Inputs: individual c0 and c2 binary masks in TIFF format (available for downloading on project web-page).
This protocol uses parts of LONI Global Shape Analysis (GSA) Workflow:
- Convert binary masks into NIfTY format
- Model surface of each binary mask as a 2-manifold embedded in 3D space and represented as triangulated mesh using Mask2Mesh [1], followed by mesh translation, simplification, and subdivision using ShapeTools [2], and extraction of 6 morphometric measures using ShapeReporter [2]
- Build nucleus feature vector by concatenating nuclear morphometric measures with nucleolar measure sample statistics grouped by nucleus (e.g., average, minimum, maximum, etc.) and perform model training and prediction using scikit-learn package [3]
Outputs: classification performance metrics (accuracy, precision, recall, AUC)
[1] MOCA
[2] LONI ShapeTools
[3] scikit-learn