module
Depth::FileIO
Defined in:
depth/io/bed_reader.crdepth/io/output_manager.cr
Class Method Summary
-
.parse_region_str(s : String) : Depth::Core::Region | Nil
Parse region like: chr1, chr1:100-200, or BED line
-
.read_bed(path : String) : Hash(String, Array(Depth::Core::Region))
BED reader → {chrom => [Region]}
Class Method Detail
def self.parse_region_str(s : String) : Depth::Core::Region | Nil
#
Parse region like: chr1, chr1:100-200, or BED line
def self.read_bed(path : String) : Hash(String, Array(Depth::Core::Region))
#
BED reader → {chrom => [Region]}