clear: Clear the output directory of a DR2S object.

Description Usage Arguments Value See Also Examples

View source: R/all-generics.R

Description

Clear the output directory of a DR2S object.

Usage

1
clear(x, ...)

Arguments

x

A DR2S object.

...

Further arguments passed to methods.

Value

A DR2S object.

See Also

Other DR2S mapper functions: cache(), createDR2SConf(), mapFinal(), mapInit(), mapIter(), partitionLongreads(), remapAlignment(), reportCheckedConsensus(), report()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Not run: 
x <- DR2Smap(
  sample = "ID12300527",
  locus = "DPB1*04:01:01:01",
  datadir = "/path/to/data",
  outdir = "/path/to/output"
  ) %>%
  clear() %>%
  mapInit() %>%
  partitionLongreads() %>%
  mapIter() %>%
  partitionShortreads() %>%
  mapFinal() %>%
  report(blockWidth = 60)

## End(Not run)

DKMS-LSL/dr2s documentation built on March 14, 2021, 2:46 p.m.