Description Usage Arguments Value
View source: R/spots_combined.R
Find spots using information from two channels
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 
| red | image | 
| green | image | 
| mask | image mask | 
| size | size of img in microns | 
| voxelsize | size of voxel in microns | 
| thresh.offset | Thresh offset used in EBImage::thresh() | 
| window | Half width and height of the moving rectangular window. | 
| min.sum.intensity | spots smaller than min.sum.intensity are ignored | 
| max.distance | use only spots with distance to other color spot smaller than max.distance | 
| use.brightest | Logical; use only brightest in max.distance? | 
| max.spots | maximum of spots (per channel), only when use brightest=TRUE | 
| full.voxel | Logical; output contains full voxel instead of rgb intensities | 
RGB image with spots will be written to output folder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.