View source: R/read.metadata.R
read.metadata | R Documentation |
Read image metadata using the Bio-Formats library. The list of supported file formats can be found on the Bio-Formats website.
read.metadata(file, filter.metadata = FALSE, proprietary.metadata = TRUE)
file |
character, file name |
filter.metadata |
logical, specifies whether ugly metadata (entries with unprintable characters, and extremely large entries) should be discarded from the metadata table |
proprietary.metadata |
logical, should proprietary metadata be populated to OME-XML |
An ImageMetadata or ImageMetadataList object.
Andrzej OleÅ› <andrzej.oles@gmail.com>, 2014-2023
read.omexml
for reading image metadata as OME-XML, read.image
for reading image data
require(EBImage)
f = system.file("images", "nuclei.tif", package="EBImage")
metadata = read.metadata(f)
str(metadata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.