package biotk

  1. Overview
  2. Docs
type t = private {
  1. min_mapq : int;
  2. counts : int Binning.Counter.t;
}
val create : ?min_mapq:int -> unit -> t
val update0 : t -> Bam.Alignment0.t -> unit Core.Or_error.t
OCaml

Innovation. Community. Security.