Module Bistro_bioinfo.Deseq2

class type table = object ... end
type output = < comparison_summary : table Bistro.Std.workflow; comparisons : ((string * string * string) * table Bistro.Std.workflow) list; effect_table : table Bistro.Std.workflow; normalized_counts : table Bistro.Std.workflow; sample_clustering : Bistro.Std.svg Bistro.Std.workflow; sample_pca : Bistro.Std.svg Bistro.Std.workflow; directory : [ `deseq2_output ] Bistro.Std.directory Bistro.Std.workflow; >
val main_effects : string list ‑> (string list * Htseq.count_tsv Bistro.Std.workflow) list ‑> output