readCzi: Imports czi files

View source: R/readCzi.R

readCziR Documentation

Imports czi files

Description

'readCzi()' returns a multidimensional array with pixel intensities from 0 to 1. The array's dimensions are: 1) row (y), 2) column (x), 3) channel (red, green, blue), 4) z sections (z).

Usage

readCzi(input_file = NULL)

Arguments

input_file

Path to a CZI file as a string.

Value

A multidimensional array with the following dimensions: (x, y, c, z) with the channels c.


SFB-ELAINE/readCzi documentation built on March 31, 2024, 4:50 a.m.