R/splitchannels.R
    splitchannels.folder.RdSplit RGB images into channels and pixel size information
splitchannels.folder(
  path,
  channels = c("red", "green", "blue"),
  rgb.folder = "rgb",
  normalize = FALSE,
  cores = 1
)Path to root folder
Vector of channels in images
Folder with RGB images
boolean. Should we try to do normalization
Number of cores used in parallel, cores=1 implies no parallelization
Nothing, folders red, green, blue and XYZmic include separate channels and pixel size information
splitchannels.folder("./")
#> 0 files.
#> Nothing to do.
#> NULL