Documentation ¶
Index ¶
Constants ¶
View Source
const N_MADS = 10
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Stats ¶ added in v0.1.17
type Stats struct { InsertMean float64 InsertSD float64 // 5th percentile of insert size InsertPct5 int // 95th percentile of insert size InsertPct95 int TemplateMean float64 TemplateSD float64 ReadLengthMean float64 ReadLengthMedian float64 // ProportionBad is the proportion of reads that were Dup|QCFail ProportionBad float64 ProportionUnmapped float64 ProportionProperlyPaired float64 ProportionDuplicate float64 MaxReadLength int H []float64 }
Stats hold info about a bam returned from `BamStats`
Click to show internal directories.
Click to hide internal directories.