package bio_io

  1. Overview
  2. Docs
val names : string list
val bits : ([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm
val evalue : ([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm
val tend : ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm
val tstart : ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm
val qend : ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm
val qstart : ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm
val gapopen : ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm
val mismatch : ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm
val alnlen : ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm
val fident : ([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm
val target : ([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm
val query : ([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm
val make_creator : query: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> 'a -> ('b -> Base.string) * 'c) -> target: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> 'c -> ('b -> Base.string) * 'd) -> fident: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> 'd -> ('b -> Base.float) * 'e) -> alnlen: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'e -> ('b -> Base.int) * 'f) -> mismatch: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'f -> ('b -> Base.int) * 'g) -> gapopen: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'g -> ('b -> Base.int) * 'h) -> qstart: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'h -> ('b -> Base.int) * 'i) -> qend: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'i -> ('b -> Base.int) * 'j) -> tstart: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'j -> ('b -> Base.int) * 'k) -> tend: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'k -> ('b -> Base.int) * 'l) -> evalue: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> 'l -> ('b -> Base.float) * 'm) -> bits: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> 'm -> ('b -> Base.float) * 'n) -> 'a -> ('b -> t) * 'n
val create : query:Base.string -> target:Base.string -> fident:Base.float -> alnlen:Base.int -> mismatch:Base.int -> gapopen:Base.int -> qstart:Base.int -> qend:Base.int -> tstart:Base.int -> tend:Base.int -> evalue:Base.float -> bits:Base.float -> t
val map : query: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.string) -> target: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.string) -> fident: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> Base.float) -> alnlen: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.int) -> mismatch: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.int) -> gapopen: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.int) -> qstart: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.int) -> qend: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.int) -> tstart: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.int) -> tend: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.int) -> evalue: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> Base.float) -> bits: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> Base.float) -> t
val iter : query: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.unit) -> target: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.unit) -> fident: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> Base.unit) -> alnlen: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.unit) -> mismatch: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.unit) -> gapopen: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.unit) -> qstart: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.unit) -> qend: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.unit) -> tstart: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.unit) -> tend: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.unit) -> evalue: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> Base.unit) -> bits: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> Base.unit) -> Base.unit
val fold : init:'a -> query: ('a -> ([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> 'b) -> target: ('b -> ([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> 'c) -> fident: ('c -> ([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> 'd) -> alnlen: ('d -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'e) -> mismatch: ('e -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'f) -> gapopen: ('f -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'g) -> qstart: ('g -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'h) -> qend: ('h -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'i) -> tstart: ('i -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'j) -> tend: ('j -> ([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'k) -> evalue: ('k -> ([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> 'l) -> bits: ('l -> ([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> 'm) -> 'm
val map_poly : ([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user -> 'a list
val for_all : query: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.bool) -> target: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.bool) -> fident: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> Base.bool) -> alnlen: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> mismatch: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> gapopen: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> qstart: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> qend: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> tstart: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> tend: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> evalue: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> Base.bool) -> bits: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> Base.bool) -> Base.bool
val exists : query: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.bool) -> target: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> Base.bool) -> fident: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> Base.bool) -> alnlen: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> mismatch: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> gapopen: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> qstart: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> qend: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> tstart: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> tend: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> Base.bool) -> evalue: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> Base.bool) -> bits: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> Base.bool) -> Base.bool
val to_list : query: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> 'a) -> target: (([< `Read | `Set_and_create ], t, Base.string) Fieldslib.Field.t_with_perm -> 'a) -> fident: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> 'a) -> alnlen: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'a) -> mismatch: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'a) -> gapopen: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'a) -> qstart: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'a) -> qend: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'a) -> tstart: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'a) -> tend: (([< `Read | `Set_and_create ], t, Base.int) Fieldslib.Field.t_with_perm -> 'a) -> evalue: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> 'a) -> bits: (([< `Read | `Set_and_create ], t, Base.float) Fieldslib.Field.t_with_perm -> 'a) -> 'a list
module Direct : sig ... end
OCaml

Innovation. Community. Security.