Skip to content

A small private repository with self-crafted image analysis tools

Notifications You must be signed in to change notification settings

LukasHats/Image_analysis_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Image_analysis_tools

IMC Analysis

Preprocessing

Extract_single_tiffs.py

A small tool to extract correctly named single-channel .tiff files from Steinbock generated multichannel .tiffs. A Steinbock Panel_file needs to be created before.

Option Description Optional
-i, --input Path to the input directory, where multichannel .tiffs are located No
-o, --output Path to the output directory where the output single-channel .tiffs will be stored No
-p, --panel Exact path to the panel file No
-c, --channels "Comma-separated list of channel indices to extract (e.g., '0,1,2')". If not provided, all channels will be extracted yes

extract_single_tiff_ome.py

A small tool to extract correctly named single-channel .tiff files from Steinbock generated multichannel ome.tiffs. This approach does not need a panel file.

Option Description Optional
-i, --input Path to the input directory, where multichannel .tiffs are located No
-o, --output Path to the output directory where the output single-channel .tiffs will be stored No
-n, --channel_names Comma-separated list of channel names to extract (e.g., 'DAPI,GFP,RFP'). If not provided, all channels will be extracted yes

About

A small private repository with self-crafted image analysis tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published