KNIME is already installed so you can start it by typing Alt+F2
(a Run Application dialog appears) and type knime
and click run
- To install KNIME follow the instructions on http://tech.knime.org/wiki/install-knime-image-processing
- Click the download link and download the version with Community Extensions
- The data for the example can be downloaded from https://www.dropbox.com/s/f17j3mtyh2fmudu/cropped.tif?dl=0 and https://www.dropbox.com/s/dpoy8upz5fodajz/confocal_stack.tif?dl=0
- Open the file in Archive Manager and extract the data to
/scratch
(only on D61.1 machines)
- Steps are shown in normal text, comments are shown in italics.
- Follow the image processing update instructions if you are running KNIME for the first time to get the additional image processing tools.
- Creating a node can be done by going to the 'Node Repository' and finding it inside the tree or typing the name next to the magnifying glass icon.
- Under each node is a status light
- red indicates not configured or connected correctly
- yellow indicatates configured correctly, but not executed
- green indicates configured and executed
- A blue progress bar indicates the current status (if it is executing)
- Double clicking a node will show you its 'Configure' dialog
- Right clicking a node will bring up a menu with many options
- 'Execute' runs the node and all previous nodes which need to be run to complete the given task
- 'Reset' resets the current node (clears the output) and resets all subsequent nodes
- One of the last options is usually the '... Table' which contains the results (only after execution)
- Video - https://www.youtube.com/watch?v=7HwCgleJMk4
- (Skip the cell splitter and other nodes, you just need List Files and Image Reader (Table)
- Start KNIME (click OK for default workspace)
- Go to File->New... and Select 'New Knime Workflow'
- Create a new 'List Files' Node
- This lists the files in a directory so they can be later read in with KNIME
- Right click and go to 'Configure'
- Select the folder where the extracted files are if you did this correctly this should be /scratch
- Check the 'File extension(s)' option under 'Filter'
- Type
tif
in the Exensions Field - Create an 'Image Reader (Table)' node and right click 'Configure'
- Go to the 'Additional Option' tab
- Select 'File name column in optional table' and select 'URL'
- This reads the file from the path in the table from list files instead of a specific file
Video - https://www.youtube.com/watch?v=HR5fqEoAQ5c
- Create a new 'Image Cropper' Node
- As the image has multiple channels (the different colors seen in the last table), and we only want to keep one of them, in this case the nucleus
- Right click and select 'Configure'
- Uncheck 'All' in the Channel Row
- Select 0 in all other Channels
- Create a new 'Image Features' Node
- For this example we are just trying to calculate the mean/average intensity in the image, which this node can accomplish
- Right click and select 'Configure'
- Go to the 'Features' tab
- Check the box next to 'First Order Statistics'
- Select 'Mean'
- KNIME Website: http://knime.org
- Examples, Tutorials, Webinars on KNIME Image Processing: http://knime.imagej.net
- Need help? Ask in the KNIME Forum: http://tech.knime.org/forum