biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
GenotypeLikelihoodInfo
bio
std
hts
snpcallers
maq
Undocumented in source.
struct
GenotypeLikelihoodInfo {
alias
ScoreDict
=
ErrorModelCoefficients
.
Dict
;
alias
Gt
=
DiploidGenotype
!
Base5
;
this
(ScoreDict dict);
size_t
count
();
struct
GtInfo
;
GtInfo
opIndex
(size_t index);
}
Constructors
this
this
(ScoreDict dict)
Undocumented in source.
Members
Aliases
Gt
alias
Gt
=
DiploidGenotype
!
Base5
Undocumented in source.
ScoreDict
alias
ScoreDict
=
ErrorModelCoefficients
.
Dict
Undocumented in source.
Functions
count
size_t
count
()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
GtInfo
opIndex
(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
GtInfo
struct
GtInfo
Undocumented in source.
Meta
Source
See Implementation
bio
std
hts
snpcallers
maq
classes
ErrorModel
MaqSnpCaller
structs
BaseWithStrand
ErrorModelCoefficients
GenotypeLikelihoodInfo
ReadBase