DOKK / manpages / debian 12 / gbrowse / Bio::Graphics::Browser2::Util.3pm.en
Bio::Graphics::Browser2::Util(3pm) User Contributed Perl Documentation Bio::Graphics::Browser2::Util(3pm)

Bio::Graphics::Browser2::Util -- Exported utilities

  use Bio::Graphics::Browser2::Util;
  my $r = modperl_request();

This package provides functions that support the Generic Genome Browser. It is not currently designed for external use.

FUNCTIONS

Return an Apache2::Request or an Apache::Request object, depending on whichever version of Apache is running.
Prints an error message
Creates a label.alias for URL strings starting with 'http' or 'ftp'. The last word (following a '/') in the url is used for the label. Returns a string "url:label".
Returns a track citation
$id = generate_id
Generate a new md5 hash of a random value for use in various IDs.
$string = segment_str($segment)
Returns a nicely formatted string in the format chr:start..stop with commas

Bio::Graphics::Browser, Bio::Graphics::Panel, Bio::Graphics::Glyph, Bio::Graphics::Feature, Bio::Graphics::FeatureFile

Lincoln Stein <lstein@cshl.org>.

Copyright (c) 2003 Cold Spring Harbor Laboratory

This package and its accompanying libraries is free software; you can redistribute it and/or modify it under the terms of the GPL (either version 1, or at your option, any later version) or the Artistic License 2.0. Refer to LICENSE for the full license text. In addition, please see DISCLAIMER.txt for disclaimers of warranty.

2022-09-30 perl v5.34.0