Bio::Chado::Schema::Phylogeny::Phylotree - Global anchor for phylogenetic tree.



NAME

Bio::Chado::Schema::Phylogeny::Phylotree


NAME

Bio::Chado::Schema::Phylogeny::Phylotree - Global anchor for phylogenetic tree.


ACCESSORS

phylotree_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'phylotree_phylotree_id_seq'

dbxref_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

name

  data_type: 'varchar'
  is_nullable: 1
  size: 255

type_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

Type: protein, nucleotide, taxonomy, for example. The type should be any SO type, or "taxonomy".

analysis_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

comment

  data_type: 'text'
  is_nullable: 1


RELATIONS

phylonodes

Type: has_many

Related object: the Bio::Chado::Schema::Phylogeny::Phylonode manpage

phylonode_relationships

Type: has_many

Related object: the Bio::Chado::Schema::Phylogeny::PhylonodeRelationship manpage

type

Type: belongs_to

Related object: the Bio::Chado::Schema::Cv::Cvterm manpage

analysis

Type: belongs_to

Related object: the Bio::Chado::Schema::Companalysis::Analysis manpage

dbxref

Type: belongs_to

Related object: the Bio::Chado::Schema::General::Dbxref manpage

phylotree_pubs

Type: has_many

Related object: the Bio::Chado::Schema::Phylogeny::PhylotreePub manpage


AUTHOR

Robert Buels <rbuels@cpan.org>


COPYRIGHT AND LICENSE

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::Phylotree - Global anchor for phylogenetic tree.