report: Report the final haplotype sequences.

Description Usage Arguments Details Value See Also Examples

View source: R/all-generics.R

Description

Report the final haplotype sequences.

Usage

1
report(x, whichMap, ...)

Arguments

x

A DR2S object.

whichMap

Which mapping do we want to report. Will choose mapFinal or mapIter in this order as available.

...

Additional arguments passed to methods.

Details

report will create a report directory containing the consensus sequences map{1,2,3}.{A,B}.{readtype}.{mapper}.unchecked.fa, an html alignment file map{1,2,3}.aln.{readtype}.{mapper}.unchecked.html, a pairwise alignment file map{1,2,3}.{A,B}.{readtype}.{mapper}.unchecked.pair, and a tab-separated file problems.{readtype}.{mapper}.tsv reporting positions with potentially problematic results.

To finalise the consensus sequences open the pairwise alignment file and save it replacing unchecked with checked in the file name. In the checked file manual edits can be performed. After the pairwise alignment is verified call reportCheckedConsensus.

Value

Side effect

See Also

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

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## 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() %>%
  report(blockWidth = 60)

## End(Not run)

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