SlideShare une entreprise Scribd logo
1  sur  31
A Basic Introduction to Bioimage Analysis
Presenters: ChristianTischer (Centre for Bioimage Analysis, EMBL)
Host: Michelle Mendonca (EMBL-EBI)
11/04/2019 1
CORBELWebinar Series
11/04/2019 2
This webinar is being recorded
AUDIENCE Q&A SESSION
11/04/2019 3
Please write your
questions in the
questions window of
the GoToWebinar
application
BACKGROUND
4
Since 2015, thirteen ESFRI Research Infrastructures from the field of
BioMedical Science (BMS RI) joined their scientific capabilities and
services to transform the understanding of biological mechanisms
and accelerate its translation into medical care.
• biobanking & biomolecular
resources
• curated databases
• marine model organisms
• systems biology
• translational research
• functional genomics
• screening & medicinal
chemistry
• microorganisms
• clinical trials
• structural biology
• biological/medical imaging• plant phenotyping
• highly pathogenic
microorganisms
CORBEL MISSION
5
Modern biological and biomedical research involves complex projects and a variety of
different technologies.
Some of the most important discoveries are made at the interface between different
disciplines.
CORBEL will harmonise access and services for complex research projects
involving more than one RI that offer:
• biological and medical technologies
• biological samples and
• data services
TODAY’S PRESENTER
11/04/2019 6
ChristianTischer studied physics in Heidelberg,
followed by PhD at EMBL with Philippe Bastiaens
working on microscope development and
signalling in mammalian cells. Subsequently, he
did a postdoc with Marileen Dogertom at AMOLF
in the Netherlands working on microtubule
dynamics.
From 2009 until 2018, he worked at EMBL's Advanced Light
Microscopy Facility (ALMF) supporting scientists with both
microscopy and image analysis. Since end of 2018, Christian’s
focus shifted completely towards image analysis support and he is
now running EMBL’s Centre for Bioimage Analysis (CBA).
Bioimage Analysis
Christian Tischer
Centre for Bioimage Analysis (CBA)
European Molecular Biology Laboratory (EMBL)
Bioimage Analysis
Automatically extract biophysically meaningful
information from microscopy images of biological
samples.
Bioimage Analyst
EU funded action: https://www.cost.eu/actions/CA15124
Network of European Bioimage Analysts: www.neubias.org
Quantification, Reproducibility & Statistics
Control Treated
**
Image = { Pixels }
x
y
Pixel = ( value, coordinate )
Image Data Type: Pixel Value Range
Pixel = ( value, coordinate )
● unsigned byte (8-bit): 0,1, .., 255 (2^8 – 1)
○ 35 – 50 = 0; 250 + 10.2 = 255
● unsigned short (16-bit): 0,1, .., 65535 (2^16 – 1)
○ 35 – 50 = 0; 250 + 10.2 = 260
● float (32-bit): -3.4028235 × 1038, …, -3.4028235 × 1038
○ 35.0 – 50.0 = -15.0; 250 + 10.2 = 260.2
○ 1000000000 + 1000 = 1000001024
Image Data Type Conversions
● Lower bit depth => Higher bit depth
○ e.g. 8-bit to 16-bit
○ usually preserves pixel values
● Higher bit depth => Lower bit depth
○ e.g. 16-bit to 8-bit
○ often deteriorates pixels values
Image Formation: Blur and Noise
Image Restoration: Counteracting Image Formation
Formation:
Noise, Blur
Restoration:
Denoising, Deblurring
Weigert M (2018) Nat Methods 15(12):1090-1097
Image Processing: Convolution Filters
average
+1 +1 +1 +1 +1
+1 +1 +1 +1 +1
+1 +1 +1 +1 +1
+1 +1 +1 +1 +1
+1 +1 +1 +1 +1
52.857 53.619 51.286 52.714 54.571
53.238 53.000 54.143 53.095 52.381
51.810 52.286 52.952 53.810 53.286
54.714 54.714 54.286 54.429 53.238
54.810 55.476 53.952 53.810 54.810
Image Processing: Convolution Filters
edge
+1 0 -1
+1 0 -1
+1 0 -1
+ 89 + 86 + 93
- 46 - 57 - 49
= 116
Image Segmentation
segment
Gray values Objects
Image Segmentation: Example Workflow
1
2
threshold
connected
component
analysis
Image Processing Facilitates Image Segmentation
threshold
average
threshold
Morphological (Rank) Filtering
threshold threshold
“tophat” filter sequence
Multi-class Segmentation
of Electron Microscopy Data
process
Mitochondria
Other
Cytoplasm
process
process
process
threshold
threshold
threshold
threshold
Machine Learning for Image Segmentation
threshold
threshold
threshold
threshold
threshold
Arganda-Carreras, I., et al. (2017) Bioinformatics 33(15):2424-2426;
Sommer, C., et al. (2011) doi: 10.1109/ISBI.2011.5872394;
Ronneberger O., et al. (2015) doi: 10.1007/978-3-319-24574-4_28
edge
average
...
...
...
...
...
...
...
threshold
threshold
threshold
threshold
Object Measurements
Area
[Pixels]
Circularity Maximum
[Gray Value]
Sum
[Gray Value]
…
1906 0.738 219 242738
3361 0.823 136 262158
3884 0.905 98 259062
Calibrated Object Measurements
Area [Pixels] Circularity
Maximum
Intensity
[Gray Value]
Sum Intensity
[Gray Value]
Area [ μm2 ] Circularity
Maximum
Concentration
[ # / μm3 ]
Molecules
[ # ]
Spatial
Calibration
Intensity
Calibration
Politi AZ, et al. (2018) Nat Protoc 13(6):1445-1464
Bioimage
Analysis
Results Exploration
& Quality Control
!
Results Exploration and Quality Control
Precision =
TP / ( TP + FP )
Recall =
TP / ( TP + FN )
https://en.wikipedia.org/wiki/Precision_and_recall
Image „Ethics“
● Microscopy „Ethics“ ?!
● Traditional image processing (Photoshop) is very
different from Bioimage analysis
● Java: ImageJ, Icy, Bio-Formats, BigDataViewer, imglib2, …
● Python: CellProfiler, scikit-image, ilastik, pytorch, …
● C++: ITK, openCV, vigra, cgal, ...
● MATLAB
● R
● KNIME
Open-Source Bioimage Analysis Ecosystems
not comprehensive
January, 2019
Thank you!
What
questions
do you have?
Thanks for input and data:
Advanced Light Microscopy Facility (EMBL),
Pepperkok Lab (EMBL), Volker Hilsenstein (Monash
University), Kota Miura (NEuBIAS), Ellenberg Lab
(EMBL), Schwab Lab (EMBL), , Kreshuk Lab
(EMBL), Jason Swedlow (Univ. Dundee), Anne
Carpenter (Broad Institute),
The www.image.sc community and many more...
Questions?
A Basic Introduction to Bioimage Analysis
Presenter: ChristianTischer (Centre for Bioimage Analysis (CBA), EMBL)
11/04/2019
Please write your questions in the questions
window of the GoToWebinar application
UPCOMINGWEBINARS
11/04/2019
Registration and details
http://www.corbel-project.eu/webinars

Contenu connexe

Tendances

Microarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector MachineMicroarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector MachineCSCJournals
 
Three different classifiers for facial age estimation based on K-nearest neig...
Three different classifiers for facial age estimation based on K-nearest neig...Three different classifiers for facial age estimation based on K-nearest neig...
Three different classifiers for facial age estimation based on K-nearest neig...Alaa Tharwat
 
Image Processing Algorithm for Fruit Identification
Image Processing Algorithm for Fruit IdentificationImage Processing Algorithm for Fruit Identification
Image Processing Algorithm for Fruit IdentificationIRJET Journal
 
OBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUE
OBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUEOBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUE
OBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUEJournal For Research
 
IRJET- Performance Analysis of Lung Disease Detection and Classification
IRJET-  	  Performance Analysis of Lung Disease Detection and ClassificationIRJET-  	  Performance Analysis of Lung Disease Detection and Classification
IRJET- Performance Analysis of Lung Disease Detection and ClassificationIRJET Journal
 
Graph fusion of finger multimodal biometrics
Graph fusion of finger multimodal biometricsGraph fusion of finger multimodal biometrics
Graph fusion of finger multimodal biometricsAnu Antony
 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...eSAT Journals
 
Introduction for Algorithm
Introduction for AlgorithmIntroduction for Algorithm
Introduction for AlgorithmJiayi Jiang
 
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...IOSR Journals
 
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...iosrjce
 
A Bayesian Approach for Modeling Sensor Influence on Quality, Liveness and Ma...
A Bayesian Approach for Modeling SensorInfluence on Quality, Liveness and Ma...A Bayesian Approach for Modeling SensorInfluence on Quality, Liveness and Ma...
A Bayesian Approach for Modeling Sensor Influence on Quality, Liveness and Ma...AjitaRattani
 
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...ijsc
 
Topological Data Analysis (TDA) for volumetric X-ray CT data
Topological Data Analysis (TDA) for volumetric X-ray CT dataTopological Data Analysis (TDA) for volumetric X-ray CT data
Topological Data Analysis (TDA) for volumetric X-ray CT dataDanChitwood
 
Clustering of medline documents using semi supervised spectral clustering
Clustering of medline documents using semi supervised spectral clusteringClustering of medline documents using semi supervised spectral clustering
Clustering of medline documents using semi supervised spectral clusteringeSAT Journals
 
Aihua Li_WE_T05_3.pptx
Aihua Li_WE_T05_3.pptxAihua Li_WE_T05_3.pptx
Aihua Li_WE_T05_3.pptxgrssieee
 

Tendances (19)

Microarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector MachineMicroarray Data Classification Using Support Vector Machine
Microarray Data Classification Using Support Vector Machine
 
Three different classifiers for facial age estimation based on K-nearest neig...
Three different classifiers for facial age estimation based on K-nearest neig...Three different classifiers for facial age estimation based on K-nearest neig...
Three different classifiers for facial age estimation based on K-nearest neig...
 
Image Processing Algorithm for Fruit Identification
Image Processing Algorithm for Fruit IdentificationImage Processing Algorithm for Fruit Identification
Image Processing Algorithm for Fruit Identification
 
OBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUE
OBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUEOBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUE
OBJECT DETECTION, EXTRACTION AND CLASSIFICATION USING IMAGE PROCESSING TECHNIQUE
 
IRJET- Performance Analysis of Lung Disease Detection and Classification
IRJET-  	  Performance Analysis of Lung Disease Detection and ClassificationIRJET-  	  Performance Analysis of Lung Disease Detection and Classification
IRJET- Performance Analysis of Lung Disease Detection and Classification
 
Brain tumor detection
Brain tumor detectionBrain tumor detection
Brain tumor detection
 
Graph fusion of finger multimodal biometrics
Graph fusion of finger multimodal biometricsGraph fusion of finger multimodal biometrics
Graph fusion of finger multimodal biometrics
 
Viva201393(1).pptxbaru
Viva201393(1).pptxbaruViva201393(1).pptxbaru
Viva201393(1).pptxbaru
 
Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...Brain tumor detection and segmentation using watershed segmentation and morph...
Brain tumor detection and segmentation using watershed segmentation and morph...
 
Introduction for Algorithm
Introduction for AlgorithmIntroduction for Algorithm
Introduction for Algorithm
 
Elza_grec2007
Elza_grec2007Elza_grec2007
Elza_grec2007
 
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
 
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
 
A Bayesian Approach for Modeling Sensor Influence on Quality, Liveness and Ma...
A Bayesian Approach for Modeling SensorInfluence on Quality, Liveness and Ma...A Bayesian Approach for Modeling SensorInfluence on Quality, Liveness and Ma...
A Bayesian Approach for Modeling Sensor Influence on Quality, Liveness and Ma...
 
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
BFO – AIS: A FRAME WORK FOR MEDICAL IMAGE CLASSIFICATION USING SOFT COMPUTING...
 
Topological Data Analysis (TDA) for volumetric X-ray CT data
Topological Data Analysis (TDA) for volumetric X-ray CT dataTopological Data Analysis (TDA) for volumetric X-ray CT data
Topological Data Analysis (TDA) for volumetric X-ray CT data
 
Clustering of medline documents using semi supervised spectral clustering
Clustering of medline documents using semi supervised spectral clusteringClustering of medline documents using semi supervised spectral clustering
Clustering of medline documents using semi supervised spectral clustering
 
Aihua Li_WE_T05_3.pptx
Aihua Li_WE_T05_3.pptxAihua Li_WE_T05_3.pptx
Aihua Li_WE_T05_3.pptx
 
[IJCT-V3I2P37] Authors: Amritpal Singh, Prithvipal Singh
[IJCT-V3I2P37] Authors: Amritpal Singh, Prithvipal Singh[IJCT-V3I2P37] Authors: Amritpal Singh, Prithvipal Singh
[IJCT-V3I2P37] Authors: Amritpal Singh, Prithvipal Singh
 

Similaire à CORBEL Bioimage Analysis webinar slides

Performance Comparison of Face Recognition Using DCT Against Face Recognition...
Performance Comparison of Face Recognition Using DCT Against Face Recognition...Performance Comparison of Face Recognition Using DCT Against Face Recognition...
Performance Comparison of Face Recognition Using DCT Against Face Recognition...CSCJournals
 
International Journal of Image Processing (IJIP) Volume (4) Issue (1)
International Journal of Image Processing (IJIP) Volume (4) Issue (1)International Journal of Image Processing (IJIP) Volume (4) Issue (1)
International Journal of Image Processing (IJIP) Volume (4) Issue (1)CSCJournals
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Classification of Leukemia Detection in Human Blood Sample Based on Microscop...
Classification of Leukemia Detection in Human Blood Sample Based on Microscop...Classification of Leukemia Detection in Human Blood Sample Based on Microscop...
Classification of Leukemia Detection in Human Blood Sample Based on Microscop...ijtsrd
 
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTINGCANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTINGIRJET Journal
 
Exploiting biomedical literature to mine out a large multimodal dataset of ra...
Exploiting biomedical literature to mine out a large multimodal dataset of ra...Exploiting biomedical literature to mine out a large multimodal dataset of ra...
Exploiting biomedical literature to mine out a large multimodal dataset of ra...Anjani Dhrangadhariya
 
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...CSCJournals
 
Deep Conditional Adversarial learning for polyp Segmentation
Deep Conditional Adversarial learning for polyp SegmentationDeep Conditional Adversarial learning for polyp Segmentation
Deep Conditional Adversarial learning for polyp Segmentationmultimediaeval
 
Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction Ulaş Bağcı
 
Utilization of Super Pixel Based Microarray Image Segmentation
Utilization of Super Pixel Based Microarray Image SegmentationUtilization of Super Pixel Based Microarray Image Segmentation
Utilization of Super Pixel Based Microarray Image Segmentationijtsrd
 
Exploiting biomedical literature to mine out a large multimodal dataset of ra...
Exploiting biomedical literature to mine out a large multimodal dataset of ra...Exploiting biomedical literature to mine out a large multimodal dataset of ra...
Exploiting biomedical literature to mine out a large multimodal dataset of ra...Institute of Information Systems (HES-SO)
 
Santoso 2019 j._phys.__conf._ser._1175_012057
Santoso 2019 j._phys.__conf._ser._1175_012057Santoso 2019 j._phys.__conf._ser._1175_012057
Santoso 2019 j._phys.__conf._ser._1175_012057Budi Santo
 
3214ijscai01.pdf
3214ijscai01.pdf3214ijscai01.pdf
3214ijscai01.pdfijscai
 
Bacteria identification from microscopic
Bacteria identification from microscopicBacteria identification from microscopic
Bacteria identification from microscopicijscai
 
SLOPE 1st workshop - presentation 7
SLOPE 1st workshop - presentation 7SLOPE 1st workshop - presentation 7
SLOPE 1st workshop - presentation 7SLOPE Project
 
High Dimensional Fused-Informatics
High Dimensional Fused-InformaticsHigh Dimensional Fused-Informatics
High Dimensional Fused-InformaticsJoel Saltz
 
Advances in prokaryote classification from microscopic images
Advances in prokaryote classification from microscopic imagesAdvances in prokaryote classification from microscopic images
Advances in prokaryote classification from microscopic imagesecij
 
ADVANCES IN PROKARYOTE CLASSIFICATION FROM MICROSCOPIC IMAGES
ADVANCES IN PROKARYOTE CLASSIFICATION FROM MICROSCOPIC IMAGESADVANCES IN PROKARYOTE CLASSIFICATION FROM MICROSCOPIC IMAGES
ADVANCES IN PROKARYOTE CLASSIFICATION FROM MICROSCOPIC IMAGESecij
 

Similaire à CORBEL Bioimage Analysis webinar slides (20)

A04820104
A04820104A04820104
A04820104
 
Performance Comparison of Face Recognition Using DCT Against Face Recognition...
Performance Comparison of Face Recognition Using DCT Against Face Recognition...Performance Comparison of Face Recognition Using DCT Against Face Recognition...
Performance Comparison of Face Recognition Using DCT Against Face Recognition...
 
Ijebea14 276
Ijebea14 276Ijebea14 276
Ijebea14 276
 
International Journal of Image Processing (IJIP) Volume (4) Issue (1)
International Journal of Image Processing (IJIP) Volume (4) Issue (1)International Journal of Image Processing (IJIP) Volume (4) Issue (1)
International Journal of Image Processing (IJIP) Volume (4) Issue (1)
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Classification of Leukemia Detection in Human Blood Sample Based on Microscop...
Classification of Leukemia Detection in Human Blood Sample Based on Microscop...Classification of Leukemia Detection in Human Blood Sample Based on Microscop...
Classification of Leukemia Detection in Human Blood Sample Based on Microscop...
 
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTINGCANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
 
Exploiting biomedical literature to mine out a large multimodal dataset of ra...
Exploiting biomedical literature to mine out a large multimodal dataset of ra...Exploiting biomedical literature to mine out a large multimodal dataset of ra...
Exploiting biomedical literature to mine out a large multimodal dataset of ra...
 
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
Comprehensive Performance Comparison of Cosine, Walsh, Haar, Kekre, Sine, Sla...
 
Deep Conditional Adversarial learning for polyp Segmentation
Deep Conditional Adversarial learning for polyp SegmentationDeep Conditional Adversarial learning for polyp Segmentation
Deep Conditional Adversarial learning for polyp Segmentation
 
Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction
 
Utilization of Super Pixel Based Microarray Image Segmentation
Utilization of Super Pixel Based Microarray Image SegmentationUtilization of Super Pixel Based Microarray Image Segmentation
Utilization of Super Pixel Based Microarray Image Segmentation
 
Exploiting biomedical literature to mine out a large multimodal dataset of ra...
Exploiting biomedical literature to mine out a large multimodal dataset of ra...Exploiting biomedical literature to mine out a large multimodal dataset of ra...
Exploiting biomedical literature to mine out a large multimodal dataset of ra...
 
Santoso 2019 j._phys.__conf._ser._1175_012057
Santoso 2019 j._phys.__conf._ser._1175_012057Santoso 2019 j._phys.__conf._ser._1175_012057
Santoso 2019 j._phys.__conf._ser._1175_012057
 
3214ijscai01.pdf
3214ijscai01.pdf3214ijscai01.pdf
3214ijscai01.pdf
 
Bacteria identification from microscopic
Bacteria identification from microscopicBacteria identification from microscopic
Bacteria identification from microscopic
 
SLOPE 1st workshop - presentation 7
SLOPE 1st workshop - presentation 7SLOPE 1st workshop - presentation 7
SLOPE 1st workshop - presentation 7
 
High Dimensional Fused-Informatics
High Dimensional Fused-InformaticsHigh Dimensional Fused-Informatics
High Dimensional Fused-Informatics
 
Advances in prokaryote classification from microscopic images
Advances in prokaryote classification from microscopic imagesAdvances in prokaryote classification from microscopic images
Advances in prokaryote classification from microscopic images
 
ADVANCES IN PROKARYOTE CLASSIFICATION FROM MICROSCOPIC IMAGES
ADVANCES IN PROKARYOTE CLASSIFICATION FROM MICROSCOPIC IMAGESADVANCES IN PROKARYOTE CLASSIFICATION FROM MICROSCOPIC IMAGES
ADVANCES IN PROKARYOTE CLASSIFICATION FROM MICROSCOPIC IMAGES
 

Plus de CORBEL

CORBEL/EOSC-life webinar Best practice in training and communication
CORBEL/EOSC-life webinar Best practice in training and communication CORBEL/EOSC-life webinar Best practice in training and communication
CORBEL/EOSC-life webinar Best practice in training and communication CORBEL
 
CORBEL ELSI Services webinar slides
CORBEL ELSI Services webinar slidesCORBEL ELSI Services webinar slides
CORBEL ELSI Services webinar slidesCORBEL
 
Course design and delivery: guidance and tips for impactful training
Course design and delivery: guidance and tips for impactful trainingCourse design and delivery: guidance and tips for impactful training
Course design and delivery: guidance and tips for impactful trainingCORBEL
 
CORBEL/EOSC-Life webinar Practical Tips for Stepping Up Your Science Communic...
CORBEL/EOSC-Life webinar Practical Tips for Stepping Up Your Science Communic...CORBEL/EOSC-Life webinar Practical Tips for Stepping Up Your Science Communic...
CORBEL/EOSC-Life webinar Practical Tips for Stepping Up Your Science Communic...CORBEL
 
Data-integration platform for cancer research:cBioPortal demo
Data-integration platform for cancer research:cBioPortal demoData-integration platform for cancer research:cBioPortal demo
Data-integration platform for cancer research:cBioPortal demoCORBEL
 
CORBEL BBMRI-ERIC Code of Conduct webinar slides
CORBEL BBMRI-ERIC Code of Conduct webinar slidesCORBEL BBMRI-ERIC Code of Conduct webinar slides
CORBEL BBMRI-ERIC Code of Conduct webinar slidesCORBEL
 
CORBEL BBMRI-ERIC QM webinar slides
CORBEL BBMRI-ERIC QM webinar slidesCORBEL BBMRI-ERIC QM webinar slides
CORBEL BBMRI-ERIC QM webinar slidesCORBEL
 
CORBEL West-Life webinar slides
CORBEL West-Life webinar slidesCORBEL West-Life webinar slides
CORBEL West-Life webinar slidesCORBEL
 
CORBEL ELSI webinar slides
CORBEL ELSI webinar slidesCORBEL ELSI webinar slides
CORBEL ELSI webinar slidesCORBEL
 
CORBEL Code of Conduct webinar slides
CORBEL Code of Conduct webinar slidesCORBEL Code of Conduct webinar slides
CORBEL Code of Conduct webinar slidesCORBEL
 
CORBEL Quality Management Webinar Slides
CORBEL Quality Management Webinar SlidesCORBEL Quality Management Webinar Slides
CORBEL Quality Management Webinar SlidesCORBEL
 
CORBEL Network with Industry webinar slides
CORBEL Network with Industry webinar slidesCORBEL Network with Industry webinar slides
CORBEL Network with Industry webinar slidesCORBEL
 
CORBEL FitSM webinar slides
CORBEL FitSM webinar slidesCORBEL FitSM webinar slides
CORBEL FitSM webinar slidesCORBEL
 
CORBEL Aria webinar slides
CORBEL Aria webinar slidesCORBEL Aria webinar slides
CORBEL Aria webinar slidesCORBEL
 

Plus de CORBEL (14)

CORBEL/EOSC-life webinar Best practice in training and communication
CORBEL/EOSC-life webinar Best practice in training and communication CORBEL/EOSC-life webinar Best practice in training and communication
CORBEL/EOSC-life webinar Best practice in training and communication
 
CORBEL ELSI Services webinar slides
CORBEL ELSI Services webinar slidesCORBEL ELSI Services webinar slides
CORBEL ELSI Services webinar slides
 
Course design and delivery: guidance and tips for impactful training
Course design and delivery: guidance and tips for impactful trainingCourse design and delivery: guidance and tips for impactful training
Course design and delivery: guidance and tips for impactful training
 
CORBEL/EOSC-Life webinar Practical Tips for Stepping Up Your Science Communic...
CORBEL/EOSC-Life webinar Practical Tips for Stepping Up Your Science Communic...CORBEL/EOSC-Life webinar Practical Tips for Stepping Up Your Science Communic...
CORBEL/EOSC-Life webinar Practical Tips for Stepping Up Your Science Communic...
 
Data-integration platform for cancer research:cBioPortal demo
Data-integration platform for cancer research:cBioPortal demoData-integration platform for cancer research:cBioPortal demo
Data-integration platform for cancer research:cBioPortal demo
 
CORBEL BBMRI-ERIC Code of Conduct webinar slides
CORBEL BBMRI-ERIC Code of Conduct webinar slidesCORBEL BBMRI-ERIC Code of Conduct webinar slides
CORBEL BBMRI-ERIC Code of Conduct webinar slides
 
CORBEL BBMRI-ERIC QM webinar slides
CORBEL BBMRI-ERIC QM webinar slidesCORBEL BBMRI-ERIC QM webinar slides
CORBEL BBMRI-ERIC QM webinar slides
 
CORBEL West-Life webinar slides
CORBEL West-Life webinar slidesCORBEL West-Life webinar slides
CORBEL West-Life webinar slides
 
CORBEL ELSI webinar slides
CORBEL ELSI webinar slidesCORBEL ELSI webinar slides
CORBEL ELSI webinar slides
 
CORBEL Code of Conduct webinar slides
CORBEL Code of Conduct webinar slidesCORBEL Code of Conduct webinar slides
CORBEL Code of Conduct webinar slides
 
CORBEL Quality Management Webinar Slides
CORBEL Quality Management Webinar SlidesCORBEL Quality Management Webinar Slides
CORBEL Quality Management Webinar Slides
 
CORBEL Network with Industry webinar slides
CORBEL Network with Industry webinar slidesCORBEL Network with Industry webinar slides
CORBEL Network with Industry webinar slides
 
CORBEL FitSM webinar slides
CORBEL FitSM webinar slidesCORBEL FitSM webinar slides
CORBEL FitSM webinar slides
 
CORBEL Aria webinar slides
CORBEL Aria webinar slidesCORBEL Aria webinar slides
CORBEL Aria webinar slides
 

Dernier

Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfSELF-EXPLANATORY
 
User Guide: Capricorn FLX™ Weather Station
User Guide: Capricorn FLX™ Weather StationUser Guide: Capricorn FLX™ Weather Station
User Guide: Capricorn FLX™ Weather StationColumbia Weather Systems
 
Pests of jatropha_Bionomics_identification_Dr.UPR.pdf
Pests of jatropha_Bionomics_identification_Dr.UPR.pdfPests of jatropha_Bionomics_identification_Dr.UPR.pdf
Pests of jatropha_Bionomics_identification_Dr.UPR.pdfPirithiRaju
 
Bioteknologi kelas 10 kumer smapsa .pptx
Bioteknologi kelas 10 kumer smapsa .pptxBioteknologi kelas 10 kumer smapsa .pptx
Bioteknologi kelas 10 kumer smapsa .pptx023NiWayanAnggiSriWa
 
User Guide: Magellan MX™ Weather Station
User Guide: Magellan MX™ Weather StationUser Guide: Magellan MX™ Weather Station
User Guide: Magellan MX™ Weather StationColumbia Weather Systems
 
Speech, hearing, noise, intelligibility.pptx
Speech, hearing, noise, intelligibility.pptxSpeech, hearing, noise, intelligibility.pptx
Speech, hearing, noise, intelligibility.pptxpriyankatabhane
 
《Queensland毕业文凭-昆士兰大学毕业证成绩单》
《Queensland毕业文凭-昆士兰大学毕业证成绩单》《Queensland毕业文凭-昆士兰大学毕业证成绩单》
《Queensland毕业文凭-昆士兰大学毕业证成绩单》rnrncn29
 
Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024AyushiRastogi48
 
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxRESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxFarihaAbdulRasheed
 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxpriyankatabhane
 
Dubai Calls Girl Lisa O525547819 Lexi Call Girls In Dubai
Dubai Calls Girl Lisa O525547819 Lexi Call Girls In DubaiDubai Calls Girl Lisa O525547819 Lexi Call Girls In Dubai
Dubai Calls Girl Lisa O525547819 Lexi Call Girls In Dubaikojalkojal131
 
User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)Columbia Weather Systems
 
Pests of Bengal gram_Identification_Dr.UPR.pdf
Pests of Bengal gram_Identification_Dr.UPR.pdfPests of Bengal gram_Identification_Dr.UPR.pdf
Pests of Bengal gram_Identification_Dr.UPR.pdfPirithiRaju
 
OECD bibliometric indicators: Selected highlights, April 2024
OECD bibliometric indicators: Selected highlights, April 2024OECD bibliometric indicators: Selected highlights, April 2024
OECD bibliometric indicators: Selected highlights, April 2024innovationoecd
 
BUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdf
BUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdfBUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdf
BUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdfWildaNurAmalia2
 
Functional group interconversions(oxidation reduction)
Functional group interconversions(oxidation reduction)Functional group interconversions(oxidation reduction)
Functional group interconversions(oxidation reduction)itwameryclare
 
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...Universidade Federal de Sergipe - UFS
 
Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...
Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...
Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...D. B. S. College Kanpur
 
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)riyaescorts54
 

Dernier (20)

Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
 
User Guide: Capricorn FLX™ Weather Station
User Guide: Capricorn FLX™ Weather StationUser Guide: Capricorn FLX™ Weather Station
User Guide: Capricorn FLX™ Weather Station
 
Pests of jatropha_Bionomics_identification_Dr.UPR.pdf
Pests of jatropha_Bionomics_identification_Dr.UPR.pdfPests of jatropha_Bionomics_identification_Dr.UPR.pdf
Pests of jatropha_Bionomics_identification_Dr.UPR.pdf
 
Bioteknologi kelas 10 kumer smapsa .pptx
Bioteknologi kelas 10 kumer smapsa .pptxBioteknologi kelas 10 kumer smapsa .pptx
Bioteknologi kelas 10 kumer smapsa .pptx
 
User Guide: Magellan MX™ Weather Station
User Guide: Magellan MX™ Weather StationUser Guide: Magellan MX™ Weather Station
User Guide: Magellan MX™ Weather Station
 
Speech, hearing, noise, intelligibility.pptx
Speech, hearing, noise, intelligibility.pptxSpeech, hearing, noise, intelligibility.pptx
Speech, hearing, noise, intelligibility.pptx
 
《Queensland毕业文凭-昆士兰大学毕业证成绩单》
《Queensland毕业文凭-昆士兰大学毕业证成绩单》《Queensland毕业文凭-昆士兰大学毕业证成绩单》
《Queensland毕业文凭-昆士兰大学毕业证成绩单》
 
Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024
 
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxRESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
 
Hot Sexy call girls in Moti Nagar,🔝 9953056974 🔝 escort Service
Hot Sexy call girls in  Moti Nagar,🔝 9953056974 🔝 escort ServiceHot Sexy call girls in  Moti Nagar,🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Moti Nagar,🔝 9953056974 🔝 escort Service
 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
 
Dubai Calls Girl Lisa O525547819 Lexi Call Girls In Dubai
Dubai Calls Girl Lisa O525547819 Lexi Call Girls In DubaiDubai Calls Girl Lisa O525547819 Lexi Call Girls In Dubai
Dubai Calls Girl Lisa O525547819 Lexi Call Girls In Dubai
 
User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)User Guide: Orion™ Weather Station (Columbia Weather Systems)
User Guide: Orion™ Weather Station (Columbia Weather Systems)
 
Pests of Bengal gram_Identification_Dr.UPR.pdf
Pests of Bengal gram_Identification_Dr.UPR.pdfPests of Bengal gram_Identification_Dr.UPR.pdf
Pests of Bengal gram_Identification_Dr.UPR.pdf
 
OECD bibliometric indicators: Selected highlights, April 2024
OECD bibliometric indicators: Selected highlights, April 2024OECD bibliometric indicators: Selected highlights, April 2024
OECD bibliometric indicators: Selected highlights, April 2024
 
BUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdf
BUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdfBUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdf
BUMI DAN ANTARIKSA PROJEK IPAS SMK KELAS X.pdf
 
Functional group interconversions(oxidation reduction)
Functional group interconversions(oxidation reduction)Functional group interconversions(oxidation reduction)
Functional group interconversions(oxidation reduction)
 
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
REVISTA DE BIOLOGIA E CIÊNCIAS DA TERRA ISSN 1519-5228 - Artigo_Bioterra_V24_...
 
Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...
Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...
Fertilization: Sperm and the egg—collectively called the gametes—fuse togethe...
 
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
(9818099198) Call Girls In Noida Sector 14 (NOIDA ESCORTS)
 

CORBEL Bioimage Analysis webinar slides

  • 1. A Basic Introduction to Bioimage Analysis Presenters: ChristianTischer (Centre for Bioimage Analysis, EMBL) Host: Michelle Mendonca (EMBL-EBI) 11/04/2019 1 CORBELWebinar Series
  • 2. 11/04/2019 2 This webinar is being recorded
  • 3. AUDIENCE Q&A SESSION 11/04/2019 3 Please write your questions in the questions window of the GoToWebinar application
  • 4. BACKGROUND 4 Since 2015, thirteen ESFRI Research Infrastructures from the field of BioMedical Science (BMS RI) joined their scientific capabilities and services to transform the understanding of biological mechanisms and accelerate its translation into medical care. • biobanking & biomolecular resources • curated databases • marine model organisms • systems biology • translational research • functional genomics • screening & medicinal chemistry • microorganisms • clinical trials • structural biology • biological/medical imaging• plant phenotyping • highly pathogenic microorganisms
  • 5. CORBEL MISSION 5 Modern biological and biomedical research involves complex projects and a variety of different technologies. Some of the most important discoveries are made at the interface between different disciplines. CORBEL will harmonise access and services for complex research projects involving more than one RI that offer: • biological and medical technologies • biological samples and • data services
  • 6. TODAY’S PRESENTER 11/04/2019 6 ChristianTischer studied physics in Heidelberg, followed by PhD at EMBL with Philippe Bastiaens working on microscope development and signalling in mammalian cells. Subsequently, he did a postdoc with Marileen Dogertom at AMOLF in the Netherlands working on microtubule dynamics. From 2009 until 2018, he worked at EMBL's Advanced Light Microscopy Facility (ALMF) supporting scientists with both microscopy and image analysis. Since end of 2018, Christian’s focus shifted completely towards image analysis support and he is now running EMBL’s Centre for Bioimage Analysis (CBA).
  • 7. Bioimage Analysis Christian Tischer Centre for Bioimage Analysis (CBA) European Molecular Biology Laboratory (EMBL)
  • 8. Bioimage Analysis Automatically extract biophysically meaningful information from microscopy images of biological samples. Bioimage Analyst EU funded action: https://www.cost.eu/actions/CA15124 Network of European Bioimage Analysts: www.neubias.org
  • 9. Quantification, Reproducibility & Statistics Control Treated **
  • 10. Image = { Pixels } x y Pixel = ( value, coordinate )
  • 11. Image Data Type: Pixel Value Range Pixel = ( value, coordinate ) ● unsigned byte (8-bit): 0,1, .., 255 (2^8 – 1) ○ 35 – 50 = 0; 250 + 10.2 = 255 ● unsigned short (16-bit): 0,1, .., 65535 (2^16 – 1) ○ 35 – 50 = 0; 250 + 10.2 = 260 ● float (32-bit): -3.4028235 × 1038, …, -3.4028235 × 1038 ○ 35.0 – 50.0 = -15.0; 250 + 10.2 = 260.2 ○ 1000000000 + 1000 = 1000001024
  • 12. Image Data Type Conversions ● Lower bit depth => Higher bit depth ○ e.g. 8-bit to 16-bit ○ usually preserves pixel values ● Higher bit depth => Lower bit depth ○ e.g. 16-bit to 8-bit ○ often deteriorates pixels values
  • 14. Image Restoration: Counteracting Image Formation Formation: Noise, Blur Restoration: Denoising, Deblurring Weigert M (2018) Nat Methods 15(12):1090-1097
  • 15. Image Processing: Convolution Filters average +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 52.857 53.619 51.286 52.714 54.571 53.238 53.000 54.143 53.095 52.381 51.810 52.286 52.952 53.810 53.286 54.714 54.714 54.286 54.429 53.238 54.810 55.476 53.952 53.810 54.810
  • 16. Image Processing: Convolution Filters edge +1 0 -1 +1 0 -1 +1 0 -1 + 89 + 86 + 93 - 46 - 57 - 49 = 116
  • 18. Image Segmentation: Example Workflow 1 2 threshold connected component analysis
  • 19. Image Processing Facilitates Image Segmentation threshold average threshold
  • 20. Morphological (Rank) Filtering threshold threshold “tophat” filter sequence
  • 21. Multi-class Segmentation of Electron Microscopy Data process Mitochondria Other Cytoplasm process process process threshold threshold threshold threshold
  • 22. Machine Learning for Image Segmentation threshold threshold threshold threshold threshold Arganda-Carreras, I., et al. (2017) Bioinformatics 33(15):2424-2426; Sommer, C., et al. (2011) doi: 10.1109/ISBI.2011.5872394; Ronneberger O., et al. (2015) doi: 10.1007/978-3-319-24574-4_28 edge average ... ... ... ... ... ... ... threshold threshold threshold threshold
  • 23. Object Measurements Area [Pixels] Circularity Maximum [Gray Value] Sum [Gray Value] … 1906 0.738 219 242738 3361 0.823 136 262158 3884 0.905 98 259062
  • 24. Calibrated Object Measurements Area [Pixels] Circularity Maximum Intensity [Gray Value] Sum Intensity [Gray Value] Area [ μm2 ] Circularity Maximum Concentration [ # / μm3 ] Molecules [ # ] Spatial Calibration Intensity Calibration Politi AZ, et al. (2018) Nat Protoc 13(6):1445-1464
  • 26. Results Exploration and Quality Control Precision = TP / ( TP + FP ) Recall = TP / ( TP + FN ) https://en.wikipedia.org/wiki/Precision_and_recall
  • 27. Image „Ethics“ ● Microscopy „Ethics“ ?! ● Traditional image processing (Photoshop) is very different from Bioimage analysis
  • 28. ● Java: ImageJ, Icy, Bio-Formats, BigDataViewer, imglib2, … ● Python: CellProfiler, scikit-image, ilastik, pytorch, … ● C++: ITK, openCV, vigra, cgal, ... ● MATLAB ● R ● KNIME Open-Source Bioimage Analysis Ecosystems not comprehensive January, 2019
  • 29. Thank you! What questions do you have? Thanks for input and data: Advanced Light Microscopy Facility (EMBL), Pepperkok Lab (EMBL), Volker Hilsenstein (Monash University), Kota Miura (NEuBIAS), Ellenberg Lab (EMBL), Schwab Lab (EMBL), , Kreshuk Lab (EMBL), Jason Swedlow (Univ. Dundee), Anne Carpenter (Broad Institute), The www.image.sc community and many more...
  • 30. Questions? A Basic Introduction to Bioimage Analysis Presenter: ChristianTischer (Centre for Bioimage Analysis (CBA), EMBL) 11/04/2019 Please write your questions in the questions window of the GoToWebinar application