Bio::Chado::Schema::Stock::StockRelationshipCvterm



NAME

Bio::Chado::Schema::Stock::StockRelationshipCvterm


DESCRIPTION

For germplasm maintenance and pedigree data, stock_relationship. type_id will record cvterms such as "is a female parent of", "a parent for mutation", "is a group_id of", "is a source_id of", etc The cvterms for higher categories such as "generative", "derivative" or "maintenance" can be stored in table stock_relationship_cvterm


NAME

Bio::Chado::Schema::Stock::StockRelationshipCvterm


ACCESSORS

stock_relationship_cvterm_id

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

stock_relatiohship_id

  data_type: 'integer'
  is_nullable: 0

cvterm_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

pub_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1


RELATIONS

pub

Type: belongs_to

Related object: the Bio::Chado::Schema::Pub::Pub manpage

cvterm

Type: belongs_to

Related object: the Bio::Chado::Schema::Cv::Cvterm 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::Stock::StockRelationshipCvterm