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

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

expression_images

Type: has_many

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

expressionprops

Type: has_many

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

expression_pubs

Type: has_many

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

feature_expressions

Type: has_many

Related object: Bio::Chado::Schema::Expression::FeatureExpression

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.