Class: Pulldown::Requests::IscLibraryRequest
- Inherits:
 - 
      LibraryCreation
      
        
- Object
 - Request::LibraryCreation
 - LibraryCreation
 - Pulldown::Requests::IscLibraryRequest
 
 
- Includes:
 - PreCapturePool::Poolable, BaitLibraryRequest
 
- Defined in:
 - app/models/pulldown/requests/isc_library_request.rb
 
Overview
Indexed Sequence Capture Samples are tagged, pooled to together in pre-capture pools then they are subject to sequence capture, which enriches specific sections of DNA. This allows separation of DNA by species, or focusing on the exome (coding-regions)
Direct Known Subclasses
Instance Method Summary collapse
Methods included from PreCapturePool::Poolable
Methods included from BaitLibraryRequest
Instance Method Details
#update_pool_information(pool_information) ⇒ Object
      15 16 17 18  | 
    
      # File 'app/models/pulldown/requests/isc_library_request.rb', line 15 def update_pool_information(pool_information) super pool_information[:request_type] = request_type.key end  |