Bio::DB::GFF::Util::Binning(3pm) | User Contributed Perl Documentation | Bio::DB::GFF::Util::Binning(3pm) |
Bio::DB::GFF::Util::Binning - binning utility for Bio::DB::GFF index
use Bio::DB::GFF::Util::Binning qw(bin bin_bot bin_top); my $tier = bin($start,$stop,$min);
This is a utility module that exports the functions bin(), bin_bot() and bin_top(). These functions translate a range on the genome into a named bin that is used as an index in the Bio::DB::GFF schema. The index makes certain range retrieval queries much faster.
The remainder of the document describes the function calls. No calls are exported by default, but must be imported explicitly.
None known yet.
Bio::DB::GFF,
Lincoln Stein <lstein@cshl.org>.
Copyright (c) 2001 Cold Spring Harbor Laboratory.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2018-10-27 | perl v5.26.2 |