package bistro-bio

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Bistro_bio.MacsSource

Sourcetype gsize = [
  1. | `hs
  2. | `mm
  3. | `ce
  4. | `dm
  5. | `gsize of int
]
Sourcetype keep_dup = [
  1. | `all
  2. | `auto
  3. | `int of int
]
Sourcetype _ format
Sourceval run : ?control:'a Bistro.file list -> ?petdist:int -> ?gsize:gsize -> ?tsize:int -> ?bw:int -> ?pvalue:float -> ?mfold:(int * int) -> ?nolambda:bool -> ?slocal:int -> ?llocal:int -> ?on_auto:bool -> ?nomodel:bool -> ?shiftsize:int -> ?keep_dup:keep_dup -> ?to_large:bool -> ?wig:bool -> ?bdg:bool -> ?single_profile:bool -> ?space:int -> ?call_subpeaks:bool -> ?diag:bool -> ?fe_min:int -> ?fe_max:int -> ?fe_step:int -> 'a format -> 'a Bistro.file list -> [ `macs2 ] Bistro.directory
Sourceclass type peaks_xls = object ... end
Sourceval peaks_xls : [ `macs2 ] Bistro.directory -> peaks_xls Bistro.file
Sourceclass type narrow_peaks = object ... end
Sourceval narrow_peaks : [ `macs2 ] Bistro.directory -> narrow_peaks Bistro.file
Sourceclass type peak_summits = object ... end
Sourceval peak_summits : [ `macs2 ] Bistro.directory -> peak_summits Bistro.file