export.attr | R Documentation |
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)
x |
The |
attr |
Single character value, the name of the attribute to print. |
file |
Single character value, the path and name to the file to create or update. |
meta |
Character vector, the names of |
sep |
To be passed to |
dec |
To be passed to |
quote |
To be passed to |
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.
Invisibly returns TRUE
on success.
Sylvain Mareschal
read.fsa
, peaks.fsa
, genotype.closest.fsa
, genotype.ratio.fsa
, classify
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.