Bio::DB::HTS::Pileup(3pm) | User Contributed Perl Documentation | Bio::DB::HTS::Pileup(3pm) |
Copyright [2015-2018] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Bio::DB::HTS::Pileup -- Object passed to pileup() callback
See "The generic fetch() and pileup() methods" in Bio::DB::HTS for how this object is passed to pileup callbacks.
A Bio::DB::HTS::Pileup object (or a Bio::DB::HTS::PileupWrapper object) is passed to the callback passed to the Bio::DB::HTS->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::HTS::AlignWrapper objects in response to the alignment() method, at the cost of some performance loss.
Rishi Nag <rishi@ebi.ac.uk<gt>
Bio::Perl, Bio::DB::HTS, Bio::DB::HTS::Alignment, Bio::DB::HTS::Constants
2024-03-31 | perl v5.38.2 |