module Depth::FileIO

Defined in:

depth/io/bed_reader.cr
depth/io/output_manager.cr

Class Method Summary

Class Method Detail

def self.parse_region_str(s : String) : Depth::Core::Region | Nil #

Parse region like: chr1, chr1:100-200, or BED line


[View source]
def self.read_bed(path : String) : Hash(String, Array(Depth::Core::Region)) #

BED reader → {chrom => [Region]}


[View source]