Class: PeptideFragment

Inherits:
Object
  • Object
show all
Defined in:
lib/protk/gapped_aligner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end.



6
7
8
# File 'lib/protk/gapped_aligner.rb', line 6

def end
  @end
end

#seqObject

Returns the value of attribute seq.



7
8
9
# File 'lib/protk/gapped_aligner.rb', line 7

def seq
  @seq
end

#startObject

Returns the value of attribute start.



5
6
7
# File 'lib/protk/gapped_aligner.rb', line 5

def start
  @start
end