Writes the data file as a tab-delimited text file with or without file header comments.
# S3 method for AromaUnitSignalBinaryFile
writeDataFrame(this, filename=sprintf("%s.txt", getFilename(this)),
path=file.path(getRootName(this, tags = "*,txt"), getParentName(this),
getChipType(this, fullname = FALSE)), ..., columns=c("unitName", "*"), sep="\t",
addHeader=TRUE, createdBy=NULL, nbrOfDecimals=4L,
columnNamesPrefix=c("fullname", "name", "none"), overwrite=FALSE, verbose=FALSE)The filename of the generated file.
The path where the generated file should be written.
Not used.
A character string specifying the column separator
If TRUE, file header comments will be added that
contain additional information about the source file and more.
An integer specifying the number of decimals
for floating point columns.
A character string specifying the column separator
A character string specifying what type
of prefix should be used for column names.
If TRUE, an existing destination file will be
overwritten, otherwise an exception will be thrown.
Returns the write data file as a TabularTextFile object.
For more information see AromaUnitSignalBinaryFile.