Writes the table of segments to file.
# S3 method for CBS
writeSegments(fit, name=getSampleName(fit), tags=NULL, ext="tsv", path=NULL,
addHeader=TRUE, createdBy=NULL, sep="\t", nbrOfDecimals=4L, splitters=FALSE,
overwrite=FALSE, skip=FALSE, ...)Returns the pathname of the the file written.
Name and optional tags part of the filename
.
The directory where the file will be written.
If TRUE, header comments are written.
A header comment of whom created the file.
If TRUE, each chromosome is separated by a row
of missing values.
If an output file already exists, these arguments specifies what should happen.
Additional arguments pass to getSegments().
Henrik Bengtsson
Utilizes *getSegments().
For more information see CBS..