NAME
Bio::Chado::Schema::Result::Expression::Expression
NAME
Bio::Chado::Schema::Result::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::Result::Expression::ExpressionCvterm
expression_images
Type: has_many
Related object: Bio::Chado::Schema::Result::Expression::ExpressionImage
expressionprops
Type: has_many
Related object: Bio::Chado::Schema::Result::Expression::Expressionprop
expression_pubs
Type: has_many
Related object: Bio::Chado::Schema::Result::Expression::ExpressionPub
feature_expressions
Type: has_many
Related object: Bio::Chado::Schema::Result::Expression::FeatureExpression
AUTHOR
Robert Buels <rbuels@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 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.