Method: Bio::Spidey::Report::Hit#missing_mrna_ends
- Defined in:
- lib/bio/appl/spidey/report.rb
#missing_mrna_ends ⇒ Object
Returns missing mRNA ends of the hit.
363 364 365 366 367 368 |
# File 'lib/bio/appl/spidey/report.rb', line 363 def missing_mrna_ends unless defined?(@missing_mrna_ends) @missing_mrna_ends = field_fetch('Missing mRNA ends', @d0) end @missing_mrna_ends end |