View source: R/readCziMetadata.R
readCziMetadata | R Documentation |
Reads and saves key values from czi metadata as well as entire metadata as txt
readCziMetadata(input_file = NULL, save_metadata = TRUE)
input_file |
A character (path to czi file to be read) |
save_metadata |
A Boolean (save metadata as txt file if TRUE) |
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.
A tibble with key information from the metadata.
Kai Budde-Sagert
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.