labsyspharm / quantification

Quantification module for mcmicro
https://github.com/labsyspharm/mcmicro
9 stars 13 forks source link

Allow other output formats (e.g., AnnData) #39

Open ArtemSokolov opened 2 years ago

ArtemSokolov commented 2 years ago

Introduce a new parameter --output-format that allows users to control how the output will be written. By default, it can be CSV for simple cases (e.g., one mask, one metric) and AnnData for more complex processing (e.g., multiple masks/metrics, with and without background subtraction, with and without log transformation, etc.)