package bistro-bio

  1. Overview
  2. Docs
type 'a sample = {
  1. id : string;
  2. tissue : string;
  3. factor : string;
  4. replicate : string;
  5. bam : [ `indexed_bam ] Bistro.directory;
  6. peaks : Formats.bed3 as 'a Bistro.file;
}
val run : 'a sample list -> [ `ChIPQC ] Bistro.directory

Beware: doesn't work with only one sample (see https://support.bioconductor.org/p/84754/)