Quantitative-Big-Imaging-2019

The material for the Quantitative Big Imaging course at ETHZ for the Spring Semester 2019

View the Project on GitHub

Exercise 1: Basic workflows with KNIME

on D61.1 Machines

KNIME is already installed so you can start it by typing Alt+F2 (a Run Application dialog appears) and type knime and click run

On your local machine

Downloading the data

  1. 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
  2. Open the file in Archive Manager and extract the data to /scratch (only on D61.1 machines)

Getting Started

Knime Basics

Part 1 - Load the images

  1. Start KNIME (click OK for default workspace)
  2. Go to File->New… and Select ‘New Knime Workflow’
  3. Create a new ‘List Files’ Node
  4. This lists the files in a directory so they can be later read in with KNIME
  5. Right click and go to ‘Configure’
  6. Select the folder where the extracted files are if you did this correctly this should be /scratch
  7. Check the ‘File extension(s)’ option under ‘Filter’
  8. Type tif in the Exensions Field
  9. Create an ‘Image Reader (Table)’ node and right click ‘Configure’
  10. Go to the ‘Additional Option’ tab
  11. Select ‘File name column in optional table’ and select ‘URL’
  12. This reads the file from the path in the table from list files instead of a specific file

Part 2 - Calculate the mean vessel intensity

Video - https://www.youtube.com/watch?v=HR5fqEoAQ5c

  1. Create a new ‘Image Cropper’ Node
  2. 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
  3. Right click and select ‘Configure’
  4. Uncheck ‘All’ in the Channel Row
  5. Select 0 in all other Channels
  6. Create a new ‘Image Features’ Node
  7. For this example we are just trying to calculate the mean/average intensity in the image, which this node can accomplish
  8. Right click and select ‘Configure’
  9. Go to the ‘Features’ tab
  10. Check the box next to ‘First Order Statistics’
  11. Select ‘Mean’

More information about KNIME

  1. KNIME Website: http://knime.org
  2. Examples, Tutorials, Webinars on KNIME Image Processing: http://knime.imagej.net
  3. Need help? Ask in the KNIME Forum: http://tech.knime.org/forum