dapimask: Mask DAPI in kernel

Description Usage Arguments Value

View source: R/dapimask.R

Description

Mask DAPI in kernel

Usage

1
2
3
4
5
6
7
8
dapimask(
  img,
  size = NULL,
  voxelsize = NULL,
  thresh = "auto",
  silent = TRUE,
  cores = 1
)

Arguments

img

DAPI channel image (3d)

size

size of img in microns

voxelsize

size of voxel in microns

thresh

threshold for intensity. Can be "auto": function will try to find automatic threshold

silent

Keep silent?

cores

number of cores available for parallel computing

Value

mask image, array with same dimension as img.


nucim documentation built on June 10, 2021, 9:07 a.m.