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


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.

Index


NAME

Top

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

NAME

Top

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

ACCESSORS

Top

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

Top

phylonodes

Type: has_many

Related object: Bio::Chado::Schema::Result::Phylogeny::Phylonode

phylonode_relationships

Type: has_many

Related object: Bio::Chado::Schema::Result::Phylogeny::PhylonodeRelationship

type

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Cv::Cvterm

analysis

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Companalysis::Analysis

dbxref

Type: belongs_to

Related object: Bio::Chado::Schema::Result::General::Dbxref

phylotree_pubs

Type: has_many

Related object: Bio::Chado::Schema::Result::Phylogeny::PhylotreePub

AUTHOR

Top

Robert Buels <rbuels@cpan.org>

COPYRIGHT AND LICENSE

Top


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.