Class: BaitLibrary
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- BaitLibrary
- Includes:
- SharedBehaviour::Named
- Defined in:
- app/models/bait_library.rb
Overview
A bait library is used in the sequence capture process (eg. ISC) to enrich for DNA regions matching the library. This allows for greater coverage of coding sequences, or the separation of DNA by species.
Defined Under Namespace
Modules: Associations Classes: Supplier
Instance Method Summary collapse
Methods included from SharedBehaviour::Named
Methods inherited from ApplicationRecord
alias_association, convert_labware_to_receptacle_for, find_by_id_or_name, find_by_id_or_name!
Methods included from Squishify
Instance Method Details
#hide ⇒ Object
61 62 63 64 |
# File 'app/models/bait_library.rb', line 61 def hide self.visible = false save! end |