read.transformML {flowUtils}R Documentation

Function to parse xml file to transform FCS data

Description

Parsing Transform-ML into methods to transform FCS data.

Usage

read.transformML(file)

Arguments

file xml file describing a transformation

Details

~~ If necessary, more details than the description above ~~

Value

Function of class trnsform as defined in the flowCore package.

Warning

....

Note

~~further notes~~

~Make other sections like Warning with section{Warning }{....} ~

Author(s)

N. LeMeur B. Ellis

References

~put references to the literature/web site here ~

See Also

filter-class

Examples


Atransform <-read.transformML(system.file("xml",
        "linearTramsform.xml", package="flowUtils"))

[Package flowUtils version 0.4.0 Index]