| Bio::Chado::Schema::Phylogeny::Phylonode |
Bio::Chado::Schema::Phylogeny::Phylonode
This is the most pervasive element in the phylogeny module, cataloging the "phylonodes" of tree graphs. Edges are implied by the parent_phylonode_id reflexive closure. For all nodes in a nested set implementation the left and right index will be *between* the parents left and right indexes.
Bio::Chado::Schema::Phylogeny::Phylonode
data_type: 'integer' is_auto_increment: 1 is_nullable: 0 sequence: 'phylonode_phylonode_id_seq'
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
Root phylonode can have null parent_phylonode_id value.
data_type: 'integer' is_nullable: 0
data_type: 'integer' is_nullable: 0
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
Type: e.g. root, interior, leaf.
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
Phylonodes can have optional features attached to them e.g. a protein or nucleotide sequence usually attached to a leaf of the phylotree for non-leaf nodes, the feature may be a feature that is an instance of SO:match; this feature is the alignment of all leaf features beneath it.
data_type: 'varchar' is_nullable: 1 size: 255
data_type: 'double precision' is_nullable: 1
Type: belongs_to
Related object: the Bio::Chado::Schema::Sequence::Feature manpage
Type: belongs_to
Related object: the Bio::Chado::Schema::Cv::Cvterm manpage
Type: belongs_to
Related object: the Bio::Chado::Schema::Phylogeny::Phylonode manpage
Type: has_many
Related object: the Bio::Chado::Schema::Phylogeny::Phylonode manpage
Type: belongs_to
Related object: the Bio::Chado::Schema::Phylogeny::Phylotree manpage
Type: has_many
Related object: the Bio::Chado::Schema::Phylogeny::PhylonodeDbxref manpage
Type: might_have
Related object: the Bio::Chado::Schema::Phylogeny::PhylonodeOrganism manpage
Type: has_many
Related object: the Bio::Chado::Schema::Phylogeny::Phylonodeprop manpage
Type: has_many
Related object: the Bio::Chado::Schema::Phylogeny::PhylonodePub manpage
Type: has_many
Related object: the Bio::Chado::Schema::Phylogeny::PhylonodeRelationship manpage
Type: has_many
Related object: the Bio::Chado::Schema::Phylogeny::PhylonodeRelationship manpage
Phylonodes support the DBIx::Class::Tree::NestedSet manpage operations for working with this tree-structured data. See the DBIx::Class::Tree::NestedSet manpage for details.
CAVEAT: As of the DBIx::Class::Tree::NestedSet manpage 0.07, an important caveat of these operations is that they cannot be chained with other resultsets. This shortcoming is being addressed at the level of the DBIx::Class manpage and the DBIx::Class::Tree::NestedSet manpage modules.
Robert Buels <rbuels@cpan.org>
This software is copyright (c) 2009 by Robert Buels.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Bio::Chado::Schema::Phylogeny::Phylonode |