partitionLongreads: Partition mapped long reads into haplotypes

Description Usage Arguments Value See Also Examples

Description

Partition mapped long reads into haplotypes

Usage

1

Arguments

x

A DR2S object.

plot

Generate diagnostic plots.

...

Further arguments passed to methods.

Value

A DR2S object.

See Also

Other DR2S mapper functions: cache, clear, createDR2SConf, mapFinal, mapInit, mapIter, polish, refineAlignment, 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"
  ) %>%
  mapInit() %>%
  partitionLongreads() %>%
  mapIter() %>%
  partitionShortreads() %>%
  mapFinal() %>%
  polish() %>%
  report(blockWidth = 60)

## End(Not run)

gschofl/DR2S documentation built on May 17, 2019, 8:40 a.m.