Difference between revisions of "Assignment 5 Overview"

From Course Wiki
Jump to: navigation, search
(Assignment details)
(Assignment details)
 
(15 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
[[Category:Optical Microscopy Lab]]
 
[[Category:Optical Microscopy Lab]]
 
{{Template:20.309}}
 
{{Template:20.309}}
 +
__NOTOC__
  
==Particle tracking==
 
 
In this part of the lab, you will follow microscopic objects throughout a series of movie frames: small, fluorescent microspheres first diffusing in purely viscous solutions of glycerol-water, and next moving in fibroblast cells after endocytosis.
 
Calculating the mean squared displacement of their motion as a function of time interval will allow you to characterize their physical environment and behavior, first in terms of diffusivity and viscosity coefficients of the glycerol-water mixtures, next recognizing other material or transport properties in fibroblast cells.
 
 
=== Contextual background===
 
====Brownian motion====
 
This section was adapted from http://labs.physics.berkeley.edu/mediawiki/index.php/Brownian_Motion_in_Cells.
 
 
If you have ever looked at an aqueous sample through a microscope, you have probably noticed that every small particle you see wiggles about continuously. Robert Brown, a British botanist, was not the first person to observe these motions, but perhaps the first person to recognize the significance of this observation. Experiments quickly established the basic features of these movements. Among other things, the magnitude of the fluctuations depended on the size of the particle, and there was no difference between "live" objects, such as plant pollen, and things such as rock dust. Apparently, finely crushed pieces of an Egyptian mummy also displayed these fluctuations.
 
 
Brown noted: ''[The movements] arose neither from currents in the fluid, nor from its gradual evaporation, but belonged to the particle itself''.
 
 
This effect may have remained a curiosity had it not been for A. Einstein and M. Smoluchowski. They realized that these particle movements made perfect sense in the context of the then developing kinetic theory of fluids. If matter is composed of atoms that collide frequently with other atoms, they reasoned, then even relatively large objects such as pollen grains would exhibit random movements. This last sentence contains the ingredients for several Nobel prizes!
 
 
Indeed, Einstein's interpretation of Brownian motion as the outcome of continuous bombardment by atoms immediately suggested a direct test of the atomic theory of matter. Perrin received the 1926 Nobel Prize for validating Einstein's predictions, thus confirming the atomic theory of matter.
 
 
Since then, the field has exploded, and a thorough understanding of Brownian motion is essential for everything from polymer physics to biophysics, aerodynamics, and statistical mechanics. One of the aims of this lab is to directly reproduce the experiments of J. Perrin that lead to his Nobel Prize. A translation of the key work is included in the reprints folder. Have a look – he used latex spheres, and we will use polystyrene spheres, but otherwise the experiments will be identical. In addition to reproducing Perrin's results, you will probe further by looking at the effect of varying solvent molecule size.
 
 
====Diffusion coefficient of microspheres in suspension====
 
According to theory,<ref>A. Einstein, [http://www.math.princeton.edu/~mcmillen/molbio/papers/Einstein_diffusion1905.pdf On the Motion of Small Particles Suspended in Liquids at Rest Required by the Molecular-Kinetic Theory of Heat], Annalen der Physik (1905).</ref><ref>E. Frey and K. Kroy, [http://www3.interscience.wiley.com/cgi-bin/abstract/109884431/ Brownian motion: a paradigm of soft matter and biological physics], Ann. Phys. (2005). Published on the 100th anniversary of Einstein’s paper, this reference chronicles the history of Brownian motion from 1905 to the present.</ref><ref>R. Newburgh, [http://scitation.aip.org/journals/doc/AJPIAS-ft/vol_74/iss_6/478_1.html Einstein, Perrin, and the reality of atoms: 1905 revisited], Am. J. Phys. (2006). A modern replication of Perrin's experiment. Has a good, concise appendix with both the Einstein and Langevin derivations.</ref><ref>M. Haw, [http://stacks.iop.org/JPhysCM/14/7769 Colloidal suspensions, Brownian motion, molecular reality: a short history], J. Phys. Condens. Matter (2002).</ref> the mean squared displacement of a suspended particle is proportional to the time interval as: <math>\left \langle {\left | \vec r(t+\tau)-\vec r(t) \right \vert}^2 \right \rangle=2Dd\tau</math>, where <i>r</i>(<i>t</i>) = position, <i>d</i> = number of dimensions, <i>D</i> = diffusion coefficient, and <math>\tau</math>= time interval.
 
  
 
==Assignment details ==
 
==Assignment details ==
 
This assignment has 2 parts:
 
This assignment has 2 parts:
  
# [[Assignment 5, Part 1: viscosity and diffusivity in glycerol-water mixtures|Part 1:]] Estimating the diffusion coefficient by tracking suspended microspheres;  
+
# [[Assignment 5, Part 1: MSD difference tracking and microscope stability|Part 1:]] Implementing difference tracking and measuring the stability of your microscope;  
 
# [[Assignment 5, Part 2: live cell particle tracking of endocytosed beads| Part 2:]] Live cell particle tracking of endocytosed beads.
 
# [[Assignment 5, Part 2: live cell particle tracking of endocytosed beads| Part 2:]] Live cell particle tracking of endocytosed beads.
  
Turn in all of your work on Stellar in a single PDF file named <lastname><firstname>Assignment5.pdf.
+
Submit your work in on Stellar in a single PDF file with the naming convention <Lastname><Firstname>Assignment5.pdf.  
  
On to [[Assignment 6 Overview| Assignment 6]]<br>
+
{{Template:Assignment Turn In|message= Here is a checklist of all things you have to turn in:
Back to [[Assignment 4 Overview| Assignment 4]]
+
For Part 1:
 +
For a slide of fixed beads:
 +
# Plot the MSD versus time interval of
 +
#* the sum trajectories, and
 +
#* the difference trajectories.
  
===Code examples and simulations===
+
For Part 2:
 +
#Procedure
 +
#*Document the samples you prepared and used and how you captured images (camera settings including frame acquisition rate, number of frames, number of particles in the region of interest, choice of sample plane, etc)
 +
# Data
 +
#* Include a snapshot of the 0.84 &mu;m fluorescent beads monitored.
 +
#* Plot two or more example bead trajectories for each of the samples. (Hint: If you subtract the initial position from each trajectory, then you can plot multiple trajectories on a single set of axes.)
 +
# Analysis and Results
 +
#* Plot the MSD vs time (from the difference trajectories) for untreated and Cyto D treated cells on a single set of log-log axes. Plot the individual MSDs from each pair of beads in each movie. Use a single color for all the untreated cells, and a different color for all the treated cells. Do not include MSDs of particles not endocytosed by the cells.
 +
#* Combine your data with others from the class to increase your sample size.
 +
# Discussion
 +
#* What kind of motion do you see described by your MSD vs &tau; results?
 +
#* What differences do you see between the untreated and Cyto D treated MSD curves?
 +
#* Please suggest an interpretation of the behavior of your cells based on your data.
 +
#* Include a thorough discussion of error sources and your approaches to minimize them. As in Assignment 4, list out the error sources in a table, including a category for the error source, type of error (random, systematic, fundamental, technical, etc.), the magnitude of the error, and a description and way to minimize each one. Your MSD measurements of the still beads (from Part 1 of this assignment) will be useful for estimating the magnitude of several significant error sources.
 +
 
 +
Include any MATLAB code you've written as an appendix to your assignment.
 +
}}
 +
 
 +
==Code examples and simulations==
 
* [[Converting Gaussian fit to Rayleigh resolution]]
 
* [[Converting Gaussian fit to Rayleigh resolution]]
* [[MATLAB: Estimating resolution from a PSF slide image]]
 
 
* [[Matlab: Scalebars]]
 
* [[Matlab: Scalebars]]
 
* [[Calculating MSD and Diffusion Coefficients]]
 
* [[Calculating MSD and Diffusion Coefficients]]
  
==References==
+
{{Template:Assignment 5 navigation}}
* [http://www.youtube.com/watch?v=FAdxd2Iv-UA Random Force & Brownian Motion &mdash; 60 Symbols]
+
 
  
<References/>
 
  
 
{{Template:20.309 bottom}}
 
{{Template:20.309 bottom}}

Latest revision as of 13:34, 23 March 2020

20.309: Biological Instrumentation and Measurement

ImageBar 774.jpg



Assignment details

This assignment has 2 parts:

  1. Part 1: Implementing difference tracking and measuring the stability of your microscope;
  2. Part 2: Live cell particle tracking of endocytosed beads.

Submit your work in on Stellar in a single PDF file with the naming convention <Lastname><Firstname>Assignment5.pdf.


Pencil.png

Here is a checklist of all things you have to turn in: For Part 1: For a slide of fixed beads:

  1. Plot the MSD versus time interval of
    • the sum trajectories, and
    • the difference trajectories.

For Part 2:

  1. Procedure
    • Document the samples you prepared and used and how you captured images (camera settings including frame acquisition rate, number of frames, number of particles in the region of interest, choice of sample plane, etc)
  2. Data
    • Include a snapshot of the 0.84 μm fluorescent beads monitored.
    • Plot two or more example bead trajectories for each of the samples. (Hint: If you subtract the initial position from each trajectory, then you can plot multiple trajectories on a single set of axes.)
  3. Analysis and Results
    • Plot the MSD vs time (from the difference trajectories) for untreated and Cyto D treated cells on a single set of log-log axes. Plot the individual MSDs from each pair of beads in each movie. Use a single color for all the untreated cells, and a different color for all the treated cells. Do not include MSDs of particles not endocytosed by the cells.
    • Combine your data with others from the class to increase your sample size.
  4. Discussion
    • What kind of motion do you see described by your MSD vs τ results?
    • What differences do you see between the untreated and Cyto D treated MSD curves?
    • Please suggest an interpretation of the behavior of your cells based on your data.
    • Include a thorough discussion of error sources and your approaches to minimize them. As in Assignment 4, list out the error sources in a table, including a category for the error source, type of error (random, systematic, fundamental, technical, etc.), the magnitude of the error, and a description and way to minimize each one. Your MSD measurements of the still beads (from Part 1 of this assignment) will be useful for estimating the magnitude of several significant error sources.

Include any MATLAB code you've written as an appendix to your assignment.


Code examples and simulations

Navigation

Back to 20.309 Main Page