|
spotposhist
|
Syntax:
spotposhist(cellList)
spotposhist(cellList,xarray)
spotposlist = spotposhist(cellList)
This function plots a histogram of the relative positions of all spots in all
cells. Note, is the orientation of the cells is important, the cells have to be
oriented either manually (see
MicrobeTracker), with a fluorescent
marker, or by any other mean.
-
<cellList> - an array that contains cell meshes. You can
drag and drop the file with the data into MATLAB workspace or open it using
MATLAB Import Tool. The default name of the variable is cellList, but
it can be renamed.
-
<xarray> - an array of x values for the histogram, which serve the
the centers of bins of the histogram (the boundaries will be in between, for
example 0.05:0.1:0.95 to display spots with relative position below 0.1 in
the first bin, the spots with the relative position between 0.1 and 0.2 in
the second bin, etc.).
-
<spotposlist> - an array of relative spot positions for all cells.
|
|
|