The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

BioGraph::Analyze

SYNOPSIS

use BioGraph::Analyze;

DESCRIPTION

Package for manipulate graphs represented as well as adjacent matrix or adjacent list. Library for study vertices, edges, degrees, ... of a graph

AVAILABLE FUNCTIONS

This is the list of the differents functions implemented in this library.

vertices_list

Research the list of vertices in a graph.

  • SYNOPSIS %Lv=vertices_list(representation, graph)

  • PARAMETERS

    representation

    the type of representation choosen : 1 = adjacent matrix, and 2 = adjacent list

    graph

    the hash table of the graph

  • OUTPUT The hash table of the vertices : if (defined $Lv{A}) then A is a vertex of the graph

degree_distribution

Distribution of the degrees of the vertices of the graph.

  • SYNOPSIS %Dd=degree_distribution(representation, graph)

  • PARAMETERS

    representation

    the type of representation choosen : 1 = adjacent matrix, and 2 = adjacent list

    graph

    the hash table of the graph

  • OUTPUT The table of the distribution of the vertices of the graph

AUTHOR AND COPYRIGHT

  BioGraph::FileAccess is Copyright (C) 2004, Tristan Colombo
                                     CNRS - LCB, 31 chemin Joseph Aiguier
                                     13009 Marseille
                                     France

                                     Email: tristan.colombo@ibsm.cnrs-mrs.fr

  All rights reserved.

  You may distribute this package under the terms of the GNU
  General Public License.