bio.bam.baseinfo

Undocumented in source.

Members

Aliases

ZMbaseInfo
alias ZMbaseInfo = FZbaseInfo

Retrieving flow signal intensities from ZM tags is also available.

Enums

Option
enum Option

Functions

arg
MixinArg!(T, Tag) arg(T value)

Wrapper for arguments to basesWith function (see below). Required to distinguish to which tag each parameter refers.

Structs

MixinArg
struct MixinArg(T, string Tag)
PerBaseInfo
struct PerBaseInfo(R, TagsAndOptions...)
Undocumented in source.

Templates

CIGARbaseInfo
template CIGARbaseInfo(R, Options...)

Provides additional properties * position * cigar_operation * cigar_operation_offset

FZbaseInfo
template FZbaseInfo(R, Options...)

Provides additional property flow_call.

MDbaseInfo
template MDbaseInfo(R, Options...)

Provides additional property reference_base

basesWith
template basesWith(TagsAndOptions...)

Collect per-base information from available tags. Use arg!TagName to pass a parameter related to a particular tag.

isOption
template isOption(alias argument)
Undocumented in source.
isTag
template isTag(alias argument)
Undocumented in source.
staticFilter
template staticFilter(alias P, T...)
Undocumented in source.

Meta