readGatingStrategy: Gating Strategy File Reader

View source: R/readGatingStrategy.R

readGatingStrategyR Documentation

Gating Strategy File Reader

Description

Extracts Gating Strategy from files.

Usage

readGatingStrategy(fileName, ...)

Arguments

fileName

path to file. It should be a .ast, .cif, .daf, .ist, .rif or .xml file.

...

other arguments to be passed.

Value

A named list of class 'IFC_gating', whose members are:
-spillover, a list of spillover matrices found,
-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.