Description Usage Arguments Value Examples
View source: R/augmentImageLocation.R
Given a PlateData/WellData/ImageData object, add the "Image.Group" feature which encodes how many well borders are image borders and for every "Location_Center_X/Y" feature, add "Location_Shifted_X/Y" feature for where the object is located within the well.
1 |
x |
The PlateData/WellData/ImageData object of interest. |
An augmented version of the input object.
1 2 | data <- PlateData(PlateLocation("J101-2C"))
aug <- augmentImageLocation(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.