sig
val string_to_t :
?filename:string ->
?tags:Biocaml_wig.tag list ->
unit ->
(string, (Biocaml_wig.t, Biocaml_wig.parse_error) Core.Result.t)
Biocaml_transform.t
val t_to_string :
?tags:Biocaml_wig.tag list ->
unit -> (Biocaml_wig.t, string) Biocaml_transform.t
val t_to_bed_graph :
unit ->
(Biocaml_wig.t,
(Biocaml_wig.bed_graph_value,
[ `not_in_fixed_step_state | `not_in_variable_step_state ])
Core.Result.t)
Biocaml_transform.t
end