writeSegments.PSCBS: Writes the table of segments to file

Description Usage Arguments Value Author(s) See Also

Description

Writes the table of segments to file.

Usage

1
2
3
4
## 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, ...)

Arguments

name, tags

Name and optional tags part of the filename

.

path

The directory where the file will be written.

addHeader

If TRUE, header comments are written.

createdBy

A header comment of whom created the file.

splitters

If TRUE, each chromosome is separated by a row of missing values.

overwrite, skip

If an output file already exists, these arguments specifies what should happen.

...

Additional arguments pass to getSegments().

Value

Returns the pathname of the the file written.

Author(s)

Henrik Bengtsson

See Also

Utilizes *getSegments(). For more information see PSCBS..


PSCBS documentation built on Oct. 23, 2021, 9:09 a.m.