xmlExtraction: Extract xml from OME-TIFF

View source: R/omeExtraction.R

xmlExtractionR Documentation

Extract xml from OME-TIFF

Description

Extract xml from OME-TIFF

Usage

xmlExtraction(ometiff, saveFile = FALSE, outdir = NULL)

Arguments

ometiff

path to OME-TIFF

saveFile

should xml be saved, file is saved in working directory with same name as OME-TIFF

outdir

output directory for saved xml. If NULL, saved in same directory as OME-TIFF

Value

list of xml data

Examples


image <- downloadMouseBrainImage()
xml <- xmlExtraction(ometiff = image)


Nanostring-Biostats/SpatialOmicsOverlay documentation built on April 20, 2024, 5:36 a.m.