Description Usage Arguments Details Value See Also Examples
Report the final haplotype sequences.
1 |
x |
A |
whichMap |
Which mapping do we want to report. Will choose
|
... |
Additional arguments passed to methods. |
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
.
Side effect
Other DR2S mapper functions: cache
,
clear
, createDR2SConf
,
mapFinal
, mapInit
,
mapIter
, partitionLongreads
,
polish
, refineAlignment
,
reportCheckedConsensus
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.