An S4 class to represent trajectories.
trajectoryA vector of factor values representing the trajectory ID.
frameA numeric vector representing the image frames in which the points within the trajectories were taken
timeA length-one numeric vector representing the time interval between image frames
time_unitCharacter(s) representing the unit of time (e.g. "second", "s", "min)
xA numeric vector corresponding to the 'x' coordinates of each data point.
yA numeric vector corresponding to the 'y' coordinates of each data point.
dim_xAn integer representing the image width (usually in pixels)
dim_yAn integer representing the image height (usually in pixels)
pixel_sizeAn integer representing the pixel size (usually in microns or nanometers)
pixel_unitCharacter(s) for the unit of pixel (e.g. "nanometer", "nm", "micrometer").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.