- allow handling MCD files with missing channel label entries
- updated links to raw data on Zenodo
- switched from
MCDFile.metadata
toMCDFile.schema_xml
to keep up with the latest version ofreadimc
- exclude hidden files from processing
- removed
tifffile
version pinning
- fixed
tifffile
version
- sort channels by metal tag when creating the ilastik and full stacks
- fixed git submodule issue
- specified in documentation to restart CellProfiler after setting the plugins
- replaced
imctools
by internalimcsegpipe
package calling readimc - adjusted the pre-processing script in terms of function calls and documentation
- added script to download raw IMC data from zenodo.org/record/5949116 and the ilastik pixel classifier from zenodo.org/record/6043544
- moved the hot pixel filtering step from the CellProfiler pipelines into the
create_analysis_stacks
function call - removed the default
tiffs
folder. All files related to ilastik pixel classification are stored in theilastik
folder and image crops are stored incrops
- hot pixel filtered images are directly written out to
cpout/images
- segmentation masks are directly written out to
cpout/masks
in the second pipeline and read in as objects in the last pipeline - pixel probabilities are downscaled in the second pipeline and directly written into
cpout/probabilites
- cell segmentation is performed on downscaled pixel probabilities
- Bugfixes:
1_prepare_ilastik
: Removed special characters from pipeline comments as this caused encoding issues.
- Bugfixes:
1_prepare_ilastik
: Fix range to 0-1 for mean image, preventing out of range errors
- Change to imctools v2: Changes the structure of the folder to the new format, changing the naming of the .ome.tiff files
- Change to Cellprofiler v4: Requires the use of the ImcPluginsCP master branch or a release > v.4.1
- Updated documentation
- Adds var_Cells.csv containing metadata for the measurements
- Adds panel to cpout folder