plate_write {genomatic}R Documentation

Write 96-well maps

Description

A function that takes a list of 96-well plates and writes each to an individual comma delimited file.

Usage

plate_write(plates, prefix)

Arguments

plates A list where each element is a matrix representation of a 96-well plate with samples.
prefix A prefix for you outfile names.

Details

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.

Value

Ruturns a NULL.

Author(s)

Brian J. Knaus bknaus@fs.fed.us http://brianknaus.com

References

Knaus, B.J. In prep. Genomatic: an R package for DNA fragment analysis project management.


[Package genomatic version 0.0-7 Index]