struct

HTS::Bam::Pileup::Column

Inherits Struct < Value < Object

Represents a pileup column at a genomic position

Constructors

new(tid : Int32, pos : Int64, alignments : Array(Alignment), header : Bam::Header)
Source

Instance methods

alignments
Source
chrom

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

Source
depth

Depth equals number of alignments covering this position

Source