biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
PileupRangeUsingMdTag
bio
std
hts
bam
pileup
Tracks current reference base
final static
class
PileupRangeUsingMdTag : PileupRange!(R, PileupColumn)(
R
) {
this
(R reads, bool skip_zero_coverage);
alias
Raw
=
Unqual
!(
ElementType
!
R
)
;
void
add
(Raw read);
void
initNewReference
();
void
popFront
();
}
Constructors
this
this
(R reads, bool skip_zero_coverage)
Members
Aliases
Raw
alias
Raw
=
Unqual
!(
ElementType
!
R
)
Undocumented in source.
Functions
add
void
add
(Raw read)
Undocumented in source. Be warned that the author may not have intended to support it.
initNewReference
void
initNewReference
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Meta
Source
See Implementation
bio
std
hts
bam
pileup
classes
PileupRange
PileupRangeUsingMdTag
functions
makePileup
pileupChunks
pileupColumns
pileupInstance
takeUntil
manifest constants
useMD
structs
AbstractPileup
PileupChunkRange
PileupColumn
PileupRead
TakeUntil
Tracks current reference base