package bistro-bio

  1. Overview
  2. Docs

http://subread.sourceforge.net/

class type count_table = object ... end
val featureCounts : ?feature_type:string -> ?attribute_type:string -> ?strandness:[ `Unstranded | `Stranded | `Reversely_stranded ] -> ?chrAliases:Bistro.csv Bistro.file -> ?requireBothEndsMapped:bool -> ?countChimericFragments:bool -> ?minFragLength:int -> ?maxFragLength:int -> ?useMetaFeatures:bool -> ?allowMultiOverlap:bool -> ?fraction:float -> ?q:int -> ?nthreads:int -> Formats.gff Bistro.file -> < format : [< `bam | `sam ].. > Bistro.file -> [ `featureCounts ] Bistro.directory
val featureCounts_tsv : [ `featureCounts ] Bistro.directory -> count_table Bistro.file
val featureCounts_htseq_tsv : [ `featureCounts ] Bistro.directory -> Htseq.count_tsv Bistro.file
val featureCounts_summary : [ `featureCounts ] Bistro.directory -> Bistro.text Bistro.file