Find spots using information from two channels
spots.combined.file(
file,
size = NULL,
voxelsize = NULL,
folder = "./",
thresh.offset = 0.1,
min.sum.intensity = 2,
max.distance = 0.5,
use.brightest = FALSE,
max.spots = 2,
full.voxel = FALSE,
output = "markers"
)
File name
size of img in microns, if size and voxelsize are NULL, size is determined from folder XYZmic
size of voxel in microns
Folder
Thresh offset used in EBImage::thresh()
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
output folder
RGB image with spots will be written to output folder