readCziMetadata: readCziMetadata

View source: R/readCziMetadata.R

readCziMetadataR Documentation

readCziMetadata

Description

Reads and saves key values from czi metadata as well as entire metadata as txt

Usage

readCziMetadata(input_file = NULL, save_metadata = TRUE)

Arguments

input_file

A character (path to czi file to be read)

save_metadata

A Boolean (save metadata as txt file if TRUE)

Details

This functions saves the metadata of a czi file as txt and also extract the most important information and saves it in a data frame.

Value

A tibble with key information from the metadata.

Author(s)

Kai Budde-Sagert


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