Bio::DB::Bam::Query
Object representing the query portion of a BAM/SAM alignment
- Provided by: libbio-samtools-perl (Version: 1.41-1build1)
- Report a bug
Object representing the query portion of a BAM/SAM alignment
Given an alignment retrieved from a Bio::DB::Sam database,
my $query = $alignment->query; my $name = $query->display_name; my $start = $query->start; my $end = $query->end; my $dna = $query->dna; # dna string my $seq = $query->seq; # Bio::PrimarySeq object my @scores = $query->qscore; # quality score
This is a simple Bio::SeqFeatureI object that represents the query part of a SAM alignment.
Bio::Perl, Bio::DB::Sam, Bio::DB::Bam::Alignment, Bio::DB::Bam::Constants
Lincoln Stein <lincoln.stein@oicr.on.ca>. <lincoln.stein@bmail.com>
Copyright (c) 2009 Ontario Institute for Cancer Research.
This package and its accompanying libraries is free software; you can redistribute it and/or modify it under the terms of the GPL (either version 1, or at your option, any later version) or the Artistic License 2.0. Refer to LICENSE for the full license text. In addition, please see DISCLAIMER.txt for disclaimers of warranty.