splitchannels.folder: Split RGB images into channels and pixel size information

Description Usage Arguments Value Examples

View source: R/splitchannels.R

Description

Split RGB images into channels and pixel size information

Usage

1
2
3
4
5
6
7
splitchannels.folder(
  path,
  channels = c("red", "green", "blue"),
  rgb.folder = "rgb",
  normalize = FALSE,
  cores = 1
)

Arguments

path

Path to root folder

channels

Vector of channels in images

rgb.folder

Folder with RGB images

normalize

boolean. Should we try to do normalization

cores

Number of cores used in parallel, cores=1 implies no parallelization

Value

Nothing, folders red, green, blue and XYZmic include separate channels and pixel size information

Examples

1

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