rod.write {qfa}R Documentation

Writes a synthetic ROD-like output file to hard-drive. Deprecated.

Description

Takes the data.frame generated by colonyzer.read, discards some columns, rearranges it, and writes data.frame to file in ROD-like format. This function is deprecated, and is only provided for backwards compatibility with other deprecated code.

Usage

rod.write(iman,outf)

Arguments

iman

Image analysis data.frame as returned by colonyzer.read

outf

Name of output file for writing data to hard-drive.

Value

Doesn't return anything, but rather writes a tab delimited text file (ROD style format) to hard-drive.


[Package qfa version 0.0-45 Index]