Skip to content

v2.9.1

Compare
Choose a tag to compare
@tCeZ tCeZ released this 19 Oct 16:00

New features

  • Added new 3D model type (class “vesicle” and type “spharm_obj”) for organelles; it models organelle size and shape as well as subcellular position. “Vesicle” is the CellOrganizer class that includes all organelles that consist of discrete objects. The previous models in the “vesicle” class used ellipsoids to model individual objects. The new model is learned by first segmenting all objects in a protein image using adaptive thresholding, and the position of each object relative to the cell and nuclear membranes is recorded. A size and shape model is then constructed from all objects using the SPHARM-RPDM method, and a logistic regression model is learned to capture the probability density of an object occurring at any position in a standardized cell. Synthesis from the learned models is not yet supported, but strong support is provided (through slml2report) for comparing models between datasets. New demos demo3D61 and demo3D62 illustrate training this new model type.
  • Added new functionality to slml2report to provide comparison of SPHARM models.
  • Added support for exporting synthetic cell instances as VCML files for use in Virtual Cell.

Enhancements

  • Support for exporting instances as SBML Spatial files has been updated to the latest version of the standard. Demo demo3D64 illustrates the creation of SBML spatial files.