The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bio::Chado::Schema::Result::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

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_relationship_id

  data_type: 'integer'
  is_foreign_key: 1
  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: Bio::Chado::Schema::Result::Pub::Pub

cvterm

Type: belongs_to

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

stock_relationship

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Stock::StockRelationship