View source: R/omeExtraction.R
xmlExtraction | R Documentation |
Extract xml from OME-TIFF
xmlExtraction(ometiff, saveFile = FALSE, outdir = NULL)
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 |
list of xml data
image <- downloadMouseBrainImage()
xml <- xmlExtraction(ometiff = image)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.