The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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