~ubuntu-branches/ubuntu/utopic/libbio-chado-schema-perl/utopic

« back to all changes in this revision

Viewing changes to lib/Bio/Chado/Schema/Phylogeny.pod

  • Committer: Package Import Robot
  • Author(s): Olivier Sallou
  • Date: 2011-11-16 08:47:03 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20111116084703-2qtwjpma5q794e44
Tags: 0.10010-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
package Bio::Chado::Schema::Result::Phylogeny;
2
 
 
3
 
=head1 NAME
4
 
 
5
 
Bio::Chado::Schema::Result::Phylogeny - For representing phylogenetic trees; the trees represent the
6
 
phylogeny of some some kind of sequence feature (mainly
7
 
proteins) or actual organism taxonomy trees
8
 
 
9
 
=head1 CHADO MODULE
10
 
 
11
 
Classes in this namespace correspond to tables and views in the
12
 
Chado Phylogeny module.
13
 
 
14
 
=head1 CLASSES
15
 
 
16
 
These classes are part of the L<Bio::Chado::Schema> distribution.
17
 
 
18
 
Below is a list of classes in this module of Chado.  Each of the
19
 
classes below corresponds to a single Chado table or view.
20
 
 
21
 
L<Bio::Chado::Schema::Result::Phylogeny::Phylonode>
22
 
 
23
 
L<Bio::Chado::Schema::Result::Phylogeny::PhylonodeDbxref>
24
 
 
25
 
L<Bio::Chado::Schema::Result::Phylogeny::PhylonodeOrganism>
26
 
 
27
 
L<Bio::Chado::Schema::Result::Phylogeny::PhylonodePub>
28
 
 
29
 
L<Bio::Chado::Schema::Result::Phylogeny::PhylonodeRelationship>
30
 
 
31
 
L<Bio::Chado::Schema::Result::Phylogeny::Phylonodeprop>
32
 
 
33
 
L<Bio::Chado::Schema::Result::Phylogeny::Phylotree>
34
 
 
35
 
L<Bio::Chado::Schema::Result::Phylogeny::PhylotreePub>
36
 
 
37
 
=cut
38
 
 
39
 
1;