Bio::Chado::Schema::Result::Stock::StockRelationshipCvterm - Bio::Chado::Schema::Result::Stock::StockRelationshipCvterm documentation


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

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

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

ACCESSORS

Top

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

Top

pub

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Pub::Pub

cvterm

Type: belongs_to

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

AUTHOR

Top

Robert Buels <rbuels@cpan.org>

COPYRIGHT AND LICENSE

Top


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