package bistro

  1. Overview
  2. Docs
A library to build and run distributed scientific workflows

Install

Dune Dependency

Authors

Maintainers

Sources

v0.5.0.tar.gz
md5=0ccb7c97728c94d17494b150192f6162
sha512=61dbd0ee5b98cd5fb8871d653aef0e440c318e9fbca439c3b0e4f86a32fa03c2a8a4770cd96b929b21b378db6788fa7d4df15935370be5b7b227564a31994998

doc/bistro.bioinfo/Bistro_bioinfo/Macs2/index.html

Module Bistro_bioinfo.Macs2

val pileup : ?extsize:int -> ?both_direction:bool -> bam Bistro.pworkflow -> Ucsc_gb.bedGraph Bistro.pworkflow
type gsize = [
  1. | `hs
  2. | `mm
  3. | `ce
  4. | `dm
  5. | `gsize of int
]
type keep_dup = [
  1. | `all
  2. | `auto
  3. | `int of int
]
type _ format
val sam : sam format
val bam : bam format
class type output = object ... end
class type narrow_output = object ... end
class type broad_output = object ... end
val callpeak : ?pvalue:float -> ?qvalue:float -> ?gsize:gsize -> ?call_summits:bool -> ?fix_bimodal:bool -> ?mfold:(int * int) -> ?extsize:int -> ?nomodel:bool -> ?bdg:bool -> ?control:'a Bistro.pworkflow list -> ?keep_dup:keep_dup -> 'a format -> 'a Bistro.pworkflow list -> narrow_output Bistro.pworkflow
class type peaks_xls = object ... end
class type narrow_peaks = object ... end
class type peak_summits = object ... end
val callpeak_broad : ?pvalue:float -> ?qvalue:float -> ?gsize:gsize -> ?call_summits:bool -> ?fix_bimodal:bool -> ?mfold:(int * int) -> ?extsize:int -> ?nomodel:bool -> ?bdg:bool -> ?control:'a Bistro.pworkflow list -> ?keep_dup:keep_dup -> 'a format -> 'a Bistro.pworkflow list -> broad_output Bistro.pworkflow
class type broad_peaks = object ... end
OCaml

Innovation. Community. Security.