struct Depth::Core::Region

Defined in:

depth/core/region.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(chrom : String, start : Int32, stop : Int32, name : String | Nil = nil) #

[View source]

Instance Method Detail

def chrom : String #

[View source]
def name : String | Nil #

[View source]
def start : Int32 #

[View source]
def stop : Int32 #

[View source]
def to_s(io) #

[View source]