Adds the content of an attribute of a 'fsa' object to a CSV file, either appending new rows or columns.
Typically used in generic.process via the design file to export numeric data during the processing.
export.attr(x, attr, file, meta = character(0), sep = "\t", dec = ".", quote = TRUE)Invisibly returns TRUE on success.
The fsa object whose attribute is to be printed.
Single character value, the name of the attribute to print.
Single character value, the path and name to the file to create or update.
Character vector, the names of x meta-data fields to export as extra columns.
To be passed to write.table.
To be passed to write.table.
To be passed to write.table.
Sylvain Mareschal
New data will be appended below the content of the file with extra 'meta' columns, row names will be added only if the file was empty.
read.fsa, peaks.fsa, genotype.closest.fsa, genotype.ratio.fsa, classify