rod.write {qfa} | R Documentation |
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.
rod.write(iman,outf)
iman |
Image analysis data.frame as returned by colonyzer.read |
outf |
Name of output file for writing data to hard-drive. |
Doesn't return anything, but rather writes a tab delimited text file (ROD style format) to hard-drive.