| object | R Documentation |
A dataframe containing object information, either objectframe or object_relative.
These dataframes can be used in various of the bactMAP functions: plotTracks, plotObjects, plotOverlay & plotRaw.
In the case of objectframe, the most basic of the two, the object coordinates and cell information are given:
ob_xthe x-coordinate (in pixels) of the object shape outline
ob_ythe y-coordinate (in pixels) of the object shape outline
obnumthe number of the object inside one cell
obpathnumber indicates the order of the object coordinates, so a polygon will be drawn correctly
framethe number of the image frame
cellthe number of the bacterial cell
obIDunique object identifier
In the case of object_relative, the following colums are added:
max.lengththe cell length of the given cell the object is in.
numa rank for the cell size - the smaller num, the smaller the cell size
max.widththe cell width of the given cell this object is in.
Dumthe relative localization of the mid-point of the object on the width axis of the cell, in micron.
Lmidthe relative localization of the mid-point of the object on the length axis of the cell, in micron.
ob_out_xthe relative x-coordinate (in micron) of the object shape outline to the cell
ob_out_ythe relative y-coordinate (in micron) of the object shape outline to the cell
pole1the distance of one cell pole to mid-cell
pole2the distance of the other cell pole to mid-cell. Since mid-cell is placed at [0,0], this is always the negative of pole1.
max_ummax.length in micron
maxwummax.width in micron
An example of an object dataframe can be taken from the bactMAP package. How is shown in "examples" below.
## Not run:
#take VanFL object data from https://veeninglab.com/f/example_datasets.zip
load("VanFL_objWT.rda")
summary(VanFL_objWT.rda)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.