cytofCore.write.FCS: Write an FCS file

Description Usage Arguments Details Value Author(s) References See Also

View source: R/write.R

Description

Write and FCS file from a data matrix. Specifically intended for use with cell data extracted from IMD files.

Usage

1
cytofCore.write.FCS(x, filename, what = "numeric")

Arguments

x

A data matrix

filename

A character scalar giving the output file name

what

A character scale defining the output data type. One in 'integer', 'numeric', 'double'. Note that forcing the data type to 'integer' may result in considerable loss of precision. We recommend using the default data type.

Details

Create FCS 3.0 standard file from the input data matrix.

Value

A character scale of the file name.

Author(s)

Michael Linderman (mlinderm@stanford.edu)

References

http://www.isac-net.org

See Also

write.FCS


nolanlab/cytofCore documentation built on May 18, 2020, 11:51 a.m.