readGatingML: GatingML File Reader

View source: R/GatingML.R

readGatingMLR Documentation

GatingML File Reader

Description

Extracts GatingML from file.

Usage

readGatingML(fileName, ...)

Arguments

fileName

path to file. It should be a .xml file.

...

other arguments to be passed.

Details

reading GatingML files is in development and partly implemented. For the moment, only files generated with IFC package can be read.

Value

A named list of class 'IFC_gating', whose members are:
-graphs, a list of graphical elements found,
-pops, a list describing populations found,
-regions, a list describing how regions are defined.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.