GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Bio::DB::GFF::Util::Binning(3) User Contributed Perl Documentation Bio::DB::GFF::Util::Binning(3)

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.
$bin_name = bin($start,$stop,$bin_size)
Given a start, stop and bin size on the genome, translate this location into a bin name. In a list context, returns the bin tier name and the position that the bin begins.
$bottom = bin_bot($tier,$start)
Given a tier name and a range start position, returns the lower end of the bin range.
$top = bin_top($tier,$end)
Given a tier name and the end of a range, returns the upper end of the bin range.

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.

2019-12-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.