package bistro-bio

  1. Overview
  2. Docs
class type count_tsv = object ... end
val count : ?order:[ `name | `position ] -> ?mode:[ `union | `intersection_strict | `intersection_nonempty ] -> ?stranded:[ `yes | `no | `reverse ] -> ?feature_type:string -> ?minaqual:int -> ?idattribute:string -> [ `sam of Formats.sam Bistro.file | `bam of Formats.bam Bistro.file ] -> Formats.gff Bistro.file -> count_tsv Bistro.file