Class: Alignment
- Inherits:
-
Object
- Object
- Alignment
- Defined in:
- lib/hts/bam.rb
Class Method Summary collapse
Instance Method Summary collapse
- #base_qualities ⇒ Object
- #cigar ⇒ Object
- #flag ⇒ Object
- #flag_str ⇒ Object
-
#initialize ⇒ Alignment
constructor
A new instance of Alignment.
-
#inspect ⇒ Object
def eql? def hash.
- #isize ⇒ Object
- #mapping_quality ⇒ Object
- #pnext ⇒ Object
- #pos ⇒ Object
- #pos= ⇒ Object
- #qlen ⇒ Object
- #qname ⇒ Object
- #qname= ⇒ Object
- #rlen ⇒ Object
- #rname ⇒ Object
- #rnext ⇒ Object
- #seqs ⇒ Object
- #strand ⇒ Object
- #tags ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize ⇒ Alignment
Returns a new instance of Alignment.
21 |
# File 'lib/hts/bam.rb', line 21 def initialize; end |
Class Method Details
.rom_sam_str ⇒ Object
23 |
# File 'lib/hts/bam.rb', line 23 def self.rom_sam_str; end |
Instance Method Details
#base_qualities ⇒ Object
39 |
# File 'lib/hts/bam.rb', line 39 def base_qualities; end |
#cigar ⇒ Object
49 |
# File 'lib/hts/bam.rb', line 49 def cigar; end |
#flag ⇒ Object
59 |
# File 'lib/hts/bam.rb', line 59 def flag; end |
#flag_str ⇒ Object
57 |
# File 'lib/hts/bam.rb', line 57 def flag_str; end |
#inspect ⇒ Object
def eql? def hash
64 |
# File 'lib/hts/bam.rb', line 64 def inspect; end |
#isize ⇒ Object
45 |
# File 'lib/hts/bam.rb', line 45 def isize; end |
#mapping_quality ⇒ Object
47 |
# File 'lib/hts/bam.rb', line 47 def mapping_quality; end |
#pnext ⇒ Object
33 |
# File 'lib/hts/bam.rb', line 33 def pnext; end |
#pos ⇒ Object
41 |
# File 'lib/hts/bam.rb', line 41 def pos; end |
#pos= ⇒ Object
43 |
# File 'lib/hts/bam.rb', line 43 def pos=; end |
#qlen ⇒ Object
51 |
# File 'lib/hts/bam.rb', line 51 def qlen; end |
#qname ⇒ Object
27 |
# File 'lib/hts/bam.rb', line 27 def qname; end |
#qname= ⇒ Object
29 |
# File 'lib/hts/bam.rb', line 29 def qname=; end |
#rlen ⇒ Object
53 |
# File 'lib/hts/bam.rb', line 53 def rlen; end |
#rname ⇒ Object
35 |
# File 'lib/hts/bam.rb', line 35 def rname; end |
#rnext ⇒ Object
31 |
# File 'lib/hts/bam.rb', line 31 def rnext; end |
#seqs ⇒ Object
55 |
# File 'lib/hts/bam.rb', line 55 def seqs; end |
#strand ⇒ Object
37 |
# File 'lib/hts/bam.rb', line 37 def strand; end |
#tags ⇒ Object
25 |
# File 'lib/hts/bam.rb', line 25 def ; end |
#to_s ⇒ Object
66 |
# File 'lib/hts/bam.rb', line 66 def to_s; end |