plate_write {genomatic} | R Documentation |
A function that takes a list of 96-well plates and writes each to an individual comma delimited file.
plate_write(plates, prefix)
plates |
A list where each element is a matrix representation of a 96-well plate with samples. |
prefix |
A prefix for you outfile names. |
This function takes a list of 96-well plates that has been created by the function 'plater' (or is in the same format) and saves each 96-well plate as a comma delimited file. Comma delimited files can easily be imported into spreadsheets for further editing.
Ruturns a NULL.
Brian J. Knaus bknaus@fs.fed.us http://brianknaus.com
Knaus, B.J. In prep. Genomatic: an R package for DNA fragment analysis project management.