parseScanMetadata | R Documentation |
Parse the xml file for the scan metadata of GeoMx images
parseScanMetadata(omexml)
omexml |
xml file from OME-TIFF, can provide path to OME-TIFF and xml will automatically be extracted |
metadata for entire scan
image <- downloadMouseBrainImage()
xml <- xmlExtraction(ometiff = image)
scan_metadata <- parseScanMetadata(omexml = xml)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.