| Spot Data | R Documentation |
When fluorescent spots are detected, the output "spotframe" (and when mesh data is included "spots_relative") is created. This dataset contains the x and y coordinates of the spots, the image frame in which the spots occurs, and if cell information is given, the relative localization of the cells. When spots where tracked over time, the spot trajectory, squared displacement and track length are given.
spotframe contains:
xa numeric vector giving the x coordinate of the spot on the image frame
ya numeric vector giving the y coordinate of teh spot on the image frame
framea numeric vector giving the number of the image frame
when spots where tracked, the following columns are added:
trajectorya numeric vector giving an index for the spot trajectory. when spot is not part of a trajectory, this vector == -1
displacement_sqa numeric vector giving the spots squared displacement (in pixels^2)
trajectory_lengtha numeric vector giving the length (in frames) of the spot trajectory
when cell information is giving, the spot data is listed in "spots_relative", which include the above and the following:
l or Lmida numeric vector giving the relative localization over the length axis of the cell. l is given in pixels, Lmid in micron
d or Duma numeric vector giving the relative localization over the width axis of the cell. d is giving in pixels, Dum in micron
cellthe index of the cell the spot belongs to
max.widtha numeric vector giving the length of the cell
max.lengtha numeric vector giving the width of the cell
pipwhen pip == 1, the spot is found inside a cell
spota numeric vector indexing the spots per cell
totalspotthe total amount of spots per cell
cellframeoptional: the cell index and frame index pasted together with a "." as separator, to give a unique index to each cell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.