Bioimage Data Analysis Workflows.

Saved in:
Bibliographic Details
Superior document:Learning Materials in Biosciences Series
:
TeilnehmendeR:
Place / Publishing House:Cham : : Springer International Publishing AG,, 2019.
©2020.
Year of Publication:2019
Edition:1st ed.
Language:English
Series:Learning Materials in Biosciences Series
Online Access:
Physical Description:1 online resource (178 pages)
Tags: Add Tag
No Tags, Be the first to tag this record!
LEADER 07427nam a22004333i 4500
001 5006114378
003 MiAaPQ
005 20240229073833.0
006 m o d |
007 cr cnu||||||||
008 240229s2019 xx o ||||0 eng d
020 |a 9783030223861  |q (electronic bk.) 
020 |z 9783030223854 
035 |a (MiAaPQ)5006114378 
035 |a (Au-PeEL)EBL6114378 
035 |a (OCoLC)1143642007 
040 |a MiAaPQ  |b eng  |e rda  |e pn  |c MiAaPQ  |d MiAaPQ 
050 4 |a TP248.13-248.65 
100 1 |a Miura, Kota. 
245 1 0 |a Bioimage Data Analysis Workflows. 
250 |a 1st ed. 
264 1 |a Cham :  |b Springer International Publishing AG,  |c 2019. 
264 4 |c ©2020. 
300 |a 1 online resource (178 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Learning Materials in Biosciences Series 
505 0 |a Intro -- Preface -- Acknowledgements -- Contents -- Contributors -- 1: Workflows and Components of Bioimage Analysis -- 1.1 Introduction -- 1.2 Types of Bioimage Analysis Software -- Bibliography -- 2: Measurements of Intensity Dynamics at the Periphery of the Nucleus -- 2.1 Introduction -- 2.2 Tools -- 2.3 Dataset -- 2.4 Workflow -- 2.4.1 Segmentation of Nucleus Rim -- 2.4.1.1 Block 1: Splitting Channels -- 2.4.1.2 Block 2: Segmentation of Nucleus Rim -- 2.4.1.3 Block 3: Intensity Measurement Using Mask -- 2.4.2 Integration: The Measurement Over Time -- 2.4.3 Integrating Segmentation and Measurements -- 2.5 Results and Conclusion -- 2.6 Exercise Answers -- 2.6.1 Exercises 2.1-2.4 -- 2.6.2 Exercise 2.5 -- Bibliography -- 3: 3D Quantitative Colocalisation Analysis -- 3.1 Introduction -- 3.1.1 What Is Colocalisation? -- 3.1.2 Which Colocalisation Methods Are There? -- 3.1.3 Some Image Preprocessing Tips You Should Keep in Mind -- 3.2 Datasets -- 3.3 Tools -- 3.4 Workflow 1: Objects Overlap Volume Quantification -- 3.4.1 Step 0: Building a Strategy -- 3.4.2 Step 1: Normalize the Image Names -- 3.4.3 Step 2: Tag the Objects -- 3.4.4 Step 3: Isolating the Overlapping Parts -- 3.4.5 Step 4: Retrieve Volumes -- 3.4.6 Step 5: Generate Outputs -- 3.4.7 Step 6: Make the Macro User Friendly -- 3.4.8 What Then? -- 3.5 Workflow 2: Objects Overlap Intensity Quantification -- 3.5.1 What Should We Do? -- 3.5.2 New Step 4: Retrieve Intensities -- 3.5.3 Adapted Step 6: Make the Macro User Friendly -- Bibliography -- 4: The NEMO Dots Assembly: Single-Particle Tracking and Analysis -- 4.1 Introduction -- 4.2 Datasets -- 4.3 Tools and Prerequisites -- 4.4 Workflow -- 4.5 Single-Particle Tracking with TrackMate -- 4.5.1 Step 1: Loading Image Data and Launching TrackMate -- 4.5.2 Step 2: Detection -- 4.5.3 Step 3: Filtering. 
505 8 |a 4.5.4 Step 4: Particle-Linking -- 4.5.5 Step 5: Filtering Tracks -- 4.5.6 Step 6: Export Results -- 4.6 Motility Analysis with Mean-Square Displacement -- 4.6.1 Step 1: Importing Tracks into MATLAB -- 4.6.2 Step 2: Create and Add Data to the MSD Analyzer -- 4.6.3 Interlude: A Short Word About Mean-Square Displacement Analysis -- 4.6.4 Step 3: Compute the Mean-Square Displacement -- 4.6.5 Step 4: Log-Log Fit of the Mean-Square Displacement -- 4.6.6 Step 5: Analysis of the Log-Log Fit -- 4.7 Results and Conclusion -- Bibliography -- 5: Introduction to MATLAB -- 5.1 Tools -- 5.1.1 MATLAB -- 5.1.2 Image Processing Toolbox -- 5.1.3 Statistics and Machine Learning Toolbox, Curve Fitting Toolbox -- 5.2 Getting Started with MATLAB -- 5.2.1 Baby Steps -- 5.2.2 Plot Something -- 5.2.3 Make it Pretty -- 5.2.4 Getting Help -- 5.3 Automating It: Creating Your Own Programs -- 5.3.1 Create, Save, and Run Scripts -- 5.3.2 Code Folding and Block-Wise Execution -- 5.3.3 Scripts, Programs, Functions: Nomenclature -- 5.4 Working with Images -- 5.4.1 Reading and Displaying an Image -- 5.4.2 Extracting Meta-Data from an Image -- 5.4.3 Reading and Displaying an Image-Stack -- 5.4.4 Smoothing, Thresholding and All That -- 5.5 Time-Series Analysis -- 5.5.1 Simulating a Time-Series of Brownian Motion (Random Walk) -- 5.5.2 Plotting a Time-Series -- 5.5.3 Histograms -- 5.5.4 Sub-Sampling a Time-Series (Slicing and Accessing Data) -- 5.5.5 Investigating How "Speed" Depends on Δt -- 5.5.6 Investigating How "Speed" Depends on Subsampling -- 5.5.7 Simulating Confined Brownian Motion -- 5.5.8 Simulating Directed Motion with Random Tracking Error -- 5.5.9 Loading Tracking Data from a File -- 5.5.10 Smoothing (Filtering) a Time-Series -- 5.6 MSD: Mean Square Displacement -- 5.6.1 Creating a Function That Calculates MSDs. 
505 8 |a 5.6.1.1 About Functions and How to Call Them -- 5.6.2 MSD: Linear Motion -- 5.6.3 MSD: Brownian Motion -- 5.6.3.1 MSD: Simulated Random Walk -- 5.6.4 MSD: Averaged Over Several 2-Dim Tracks -- 5.6.5 Further Reading About Diffusion, the MSD, and Fitting Power-Laws -- Appendix: MATLAB Fundamental Data Classes -- MATLAB Documentation Keywords for Data Classes -- Appendix: Do I Have That Toolbox? -- Appendix: HTML and Live Scripts -- Publish Your Script to HTML -- Working with Live Scripts -- Appendix: Getting File and Folder Names Automatically -- Read from a Folder -- Path and File Names -- Appendix: Codehygiene -- Appendix: MATLAB Cheat Sheet -- Bibliography -- 6: Resolving the Process of Clathrin Mediated Endocytosis Using Correlative Light and Electron Microscopy (CLEM) -- 6.1 Introduction -- 6.2 Data Presentation -- 6.3 Overview of Data Processing -- 6.4 Tools Description -- 6.5 Application to a CLEM Experiment -- 6.5.1 CLEM Workflow Overview and Preparation -- 6.5.2 Labeling of Landmark Pairs -- 6.5.2.1 Correlation from Low Magnification Tomogram to High Magnification EM Image -- 6.5.3 Generating the Transformation -- 6.5.4 Applying the Transformation to Image and Coordinate Data -- 6.5.4.1 Transforming Images -- 6.5.4.2 Transforming Coordinates -- 6.5.5 Registering the Low-Magnification and the High-Magnification EM Data -- 6.6 Accuracy Estimation and Improvements -- Appendix: Image Transformations -- Basic Similarity and Affine Transformations -- Higher-Order Transformations -- Generating Transformations from Image Coordinates -- Bibliography -- Index. 
588 |a Description based on publisher supplied metadata and other sources. 
590 |a Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2024. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries.  
655 4 |a Electronic books. 
700 1 |a Sladoje, Natasa. 
776 0 8 |i Print version:  |a Miura, Kota  |t Bioimage Data Analysis Workflows  |d Cham : Springer International Publishing AG,c2019  |z 9783030223854 
797 2 |a ProQuest (Firm) 
830 0 |a Learning Materials in Biosciences Series 
856 4 0 |u https://ebookcentral.proquest.com/lib/oeawat/detail.action?docID=6114378  |z Click to View