Bio::Chado::Schema::Expression::Expression - The expression table is essentially a bridge table.



NAME

Bio::Chado::Schema::Expression::Expression


NAME

Bio::Chado::Schema::Expression::Expression - The expression table is essentially a bridge table.


ACCESSORS

expression_id

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

uniquename

  data_type: 'text'
  is_nullable: 0

md5checksum

  data_type: 'char'
  is_nullable: 1
  size: 32

description

  data_type: 'text'
  is_nullable: 1


RELATIONS

expression_cvterms

Type: has_many

Related object: the Bio::Chado::Schema::Expression::ExpressionCvterm manpage

expression_images

Type: has_many

Related object: the Bio::Chado::Schema::Expression::ExpressionImage manpage

expressionprops

Type: has_many

Related object: the Bio::Chado::Schema::Expression::Expressionprop manpage

expression_pubs

Type: has_many

Related object: the Bio::Chado::Schema::Expression::ExpressionPub manpage

feature_expressions

Type: has_many

Related object: the Bio::Chado::Schema::Expression::FeatureExpression 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::Expression::Expression - The expression table is essentially a bridge table.