Bio::DB::Bam::Pileup(3pm) | User Contributed Perl Documentation | Bio::DB::Bam::Pileup(3pm) |
Bio::DB::Bam::Pileup -- Object passed to pileup() callback
See "The generic fetch() and pileup() methods" in Bio::DB::Sam for how this object is passed to pileup callbacks.
A Bio::DB::Bam::Pileup object (or a Bio::DB::Bam::PileupWrapper object) is passed to the callback passed to the Bio::DB::Sam->pileup() method for each column in a sequence alignment. The only difference between the two is that the latter returns the more convenient Bio::DB::Bam::AlignWrapper objects in response to the alignment() method, at the cost of some performance loss.
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 |