struct

Bamboo::Alignment

Inherits Struct < Value < Object

BAM record structure for table display

Constructors

new(qname : String, flag : Int32, rname : String, pos : Int32, mapq : Int32, cigar : String, rnext : String, pnext : Int32, tlen : Int32, seq : String, qual : String, aux : String)
Source

Instance methods

aux=(aux : String)
Source
cigar
Source
cigar=(cigar : String)
Source
flag
Source
flag=(flag : Int32)
Source
mapq
Source
mapq=(mapq : Int32)
Source
pnext
Source
pnext=(pnext : Int32)
Source
pos=(pos : Int32)
Source
qname
Source
qname=(qname : String)
Source
qual
Source
qual=(qual : String)
Source
rname
Source
rname=(rname : String)
Source
rnext
Source
rnext=(rnext : String)
Source
seq=(seq : String)
Source
tlen
Source
tlen=(tlen : Int32)
Source