Find spots using information from two channels
spots.combined(
red,
green,
mask,
size = NULL,
voxelsize = NULL,
thresh.offset = 0.1,
window = c(5, 5),
min.sum.intensity = 2,
max.distance = 0.5,
use.brightest = FALSE,
max.spots = NA,
full.voxel = FALSE
)
image
image
image mask
size of img in microns
size of voxel in microns
Thresh offset used in EBImage::thresh()
Half width and height of the moving rectangular window.
spots smaller than min.sum.intensity are ignored
use only spots with distance to other color spot smaller than max.distance
Logical; use only brightest in max.distance?
maximum of spots (per channel), only when use brightest=TRUE
Logical; output contains full voxel instead of rgb intensities
RGB image with spots will be written to output folder