biocaml.base
Bed.Bed3
biocaml.ez
biocaml.unix
type item = private {
chrom : Base.string;
chrom_start : Base.int;
chrom_end : Base.int;
others : Base.string Base.array;
}
val sexp_of_item : item -> Ppx_sexp_conv_lib.Sexp.t
val item_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> item