bioinformatics-toolkit-0.3.2: A collection of bioinformatics tools

Safe HaskellNone
LanguageHaskell2010

Bio.Utils.Overlap

Documentation

overlapFragment Source #

Arguments

:: [(Int, Int)]

Ascending order list

-> [(Int, Int)]

tags in any order

-> Vector Int 

overlapNucl Source #

Arguments

:: [(Int, Int)]

Ascending order list

-> [(Int, Int)]

tags in any order

-> Vector Int 

coverage Source #

Arguments

:: [BED]

genomic locus in BED format

-> Source IO BED

reads in BED format

-> IO (Vector Double, Int)