colonyCount | R Documentation |
Identifies colonies on a scanned plate and returns number of colonies
colonyCount(
img,
labelText = "",
maxArea = 800,
minArea = 25,
eccentricity = 0.6
)
labelText |
Text to display over image |
maxArea |
Maximum size cutoff to filter out image artefacts |
minArea |
Minimum size cutoff to filter non-colony objects |
eccentricity |
Cutoff for colony objects |
image |
A single plate image |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.