read.omexml | R Documentation |
Read the OME-XML DOM tree.
read.omexml(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 |
A string containing a dumped OME-XML DOM tree.
Andrzej OleÅ› <andrzej.oles@gmail.com>, 2014-2023
read.metadata
for reading image metadata, read.image
for reading image data
require(EBImage)
f = system.file("images", "nuclei.tif", package="EBImage")
omexml = read.omexml(f)
omexml
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.