save_pipe: Save an object of pipeline classes.

Description Usage Arguments Value Methods (by class)

Description

Save an object of pipeline classes.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
save_pipe(x, outdir, filename, overwrite = FALSE, verbose = TRUE, ...)

## S4 method for signature 'ConumeePipe'
save_pipe(x, outdir, filename = "conumee.Rda",
  overwrite = FALSE, verbose = TRUE)

## S4 method for signature 'MethylCNVPipe'
save_pipe(x, outdir,
  filename = "methylcnv.Rda", overwrite = FALSE, verbose = TRUE)

## S4 method for signature 'CwobPipe'
save_pipe(x, outdir, filename = "cwob.Rda",
  overwrite = FALSE, verbose = TRUE)

Arguments

x

An object.

outdir

A character scalar of output directory.

filename

A character scalar of output file name.

overwrite

A logical scalar. Default to FALSE.

verbose

A logical scalar. Default to TRUE.

...

Any other arguments.

Value

A character vector of file names.

Methods (by class)


markgene/yamatCN documentation built on Dec. 7, 2019, 4:36 a.m.