writeSegments.PSCBS | R Documentation |
Writes the table of segments to file.
## S3 method for class 'PSCBS'
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, ...)
name, tags |
Name and optional tags part of the filename |
.
path |
The directory where the file will be written. |
addHeader |
If |
createdBy |
A header comment of whom created the file. |
splitters |
If |
overwrite, skip |
If an output file already exists, these arguments specifies what should happen. |
... |
Additional arguments pass to |
Returns the pathname of the the file written.
Henrik Bengtsson
Utilizes *getSegments()
.
For more information see PSCBS
..
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.