extr_Meshes | R Documentation |
Output needs to have at least the following columns:
X
- The x-coordinate of one cell outline point.
Y
- The y-coordinate of one cell outline point.
frame
- The image frame number.
cell
- The cell identifyer (numeric).
Optional:
max.length
- The cell length (in pixels)
max.width
- The cell diameter (in pixels)
Any other parameters will be saved in the output dataframe cellList.
extr_Meshes(dataloc, sep = ",", turn = TRUE, mag, cellList=FALSE)
dataloc |
The path to the .csv or .txt - file containing the mesh data. |
sep |
The separator of the columns in the .txt or .csv file, default = "," |
turn |
When |
mag |
The magnification convertion factor (see addPixels2um). When given, the output will be also given in microns. |
cellList |
When TRUE, cellList will be part of the output of this function (see Value below). |
cellList |
the original input as dataframe |
mesh |
the mesh data compatible with BactMAP |
Renske van Raaphorst
pixel2um
, mesh
## Not run:
meshdata <- file.choose()
mesh_BM <- extr_Meshes(meshdata, sep=",", mag="100x_FRAP", turn=FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.