Description Usage Arguments Value See Also Examples
Partitioned long reads are mapped against the MSA consensus sequence of each haplotype. Indels are excluded from pileup. New reference consensus sequences for both alleles are inferred.
1 |
x |
A |
opts |
Named list with options passed to the mapper. |
... |
Additional parameters passed to |
A DR2S
object.
Other DR2S mapper functions:
cache()
,
clear()
,
createDR2SConf()
,
mapFinal()
,
mapInit()
,
partitionLongreads()
,
remapAlignment()
,
reportCheckedConsensus()
,
report()
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.