Description Usage Arguments Value Author(s) References Examples
View source: R/all_functions_v8.R
Estimates the diameters of particles in a numeric matrix
1 2 3 4 5 6 7 | EstimateDiameterRange(
x,
px.margin = 2,
min.px.diam = 5,
quantile.val = 0.99,
plot = TRUE
)
|
x |
numeric matrix corresponding to a digital image |
px.margin |
integer, number of pixels used as margin while searching/filtering for neighboring particles |
min.px.diam |
integer, minimum diameter of a particle (cell). Particles with a diameter smaller than min.px.diam are discarded |
quantile.val |
numeric, must be bigger than 0 and smaller than 1. Quantile for discriminating signal and background; only pixels with intensity higher than the corresponding quantile will count as signal while estimating particle diameters |
plot |
logial, shall a histogram of the distribution of diameters be shown |
list including summary stats and data about the particles found in the image
Damiano Fantini, damiano.fantini@gmail.com
https://www.data-pulse.com/dev_site/cellmigration/
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.