package bistro-bio

  1. Overview
  2. Docs
val fetch_pwm_archive : [ `cisbp ] Bistro.directory
val fetch_tf_information : Bistro.tsv Bistro.file
type annotated_motif = {
  1. id : string;
  2. tf_name : string;
  3. pwm : Biotk.Pwm.t;
  4. rc_pwm : Biotk.Pwm.t;
  5. threshold : float;
  6. infos : Biotk.Cisbp.TF_information.item list;
}
val annotated_motifs : annotated_motif list Bistro.workflow