struct HTS::Bam::Pileup::Column

Overview

Represents a pileup column at a genomic position

Defined in:

hts/bam/pileup.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(tid : Int32, pos : Int64, alignments : Array(Alignment), header : Bam::Header) #

[View source]

Instance Method Detail

def alignments : Array(Alignment) #

[View source]
def chrom : String #

Reference (chromosome) name for this position Returns empty string if tid is -1 (unmapped)


[View source]
def depth : Int32 #

Depth equals number of alignments covering this position


[View source]
def pos : Int64 #

[View source]
def tid : Int32 #

[View source]