Bio::DB::Bam::Query(3pm) | User Contributed Perl Documentation | Bio::DB::Bam::Query(3pm) |
Bio::DB::Bam::Query -- 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-2015 Ontario Institute for Cancer Research.
This package and its accompanying libraries are free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0, the Apache 2.0 License, or the GNU General Public License (version 1 or higher). Refer to LICENSE for the full license text.
2022-10-19 | perl v5.36.0 |