Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Bamboo::Bam::BamReader
Inherits
Reference
<
Object
Constructors
new
Source
Instance methods
close
Source
contigs
Source
fetch
(contig :
String
, start_pos :
Int32
, end_pos :
Int32
) :
Array
(
Alignment
)
Source
file_path
Source
header_string
Returns BAM header text when available, otherwise nil
Source
open
(file_path :
String
, limit :
Int32
=
Settings::INITIAL_RECORD_LIMIT
) :
Array
(
Alignment
)
Source
open?
Source
read_all
(limit :
Int32
=
Settings::MAX_SEARCH_RESULTS
) :
Array
(
Alignment
)
Source