Description Usage Format Value Fields Public Methods Internals
Class "DR2S"
1 |
An object of class R6ClassGenerator
of length 24.
Object of R6Class
representing a DR2S analysis.
InitDR2S
Initialize DR2S from a config.
mapInit
[MapList]
; the mapping of long reads to
reference
.
partition
[PartList]
; the partitioning of full-length
mapped long reads into different haplotypes.
mapIter
[MapList]
; the mapping of A and B reads to
consensus sequences produced in the previous step.
mapFinal
[MapList]
; the mapping of A, B, and short reads
to consensus sequences produced in the previous step.
consensus
[ConsList]
; final consensus sequences for A and
B.
x$runMapInit( opts = list(), createIgv = TRUE, plot = TRUE, ...)
Run the inital mapping step (long reads against the reference allele)
x$runPartitionLongreadsplot = TRUE, ...)
Partition mapped longreads into haplotypes
x$runSplitLongreadsByHaplotype((plot = TRUE)
Partition mapped longreads into haplotypes
x$runExtractPartitionedLongreads()
Extract FASTQs for partitioned reads.
x$new(conf, createOutdir = TRUE)
Initialise object of class
DR2S
.
Extract configuration
Modify configuration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.