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::Expression::Expression - The expression table is essentially a bridge table.

ACCESSORS

expression_id

  data_type: integer
  default_value: nextval('expression_expression_id_seq'::regclass)
  is_auto_increment: 1
  is_nullable: 0
  size: 4

uniquename

  data_type: text
  default_value: undef
  is_nullable: 0
  size: undef

md5checksum

  data_type: character
  default_value: undef
  is_nullable: 1
  size: 32

description

  data_type: text
  default_value: undef
  is_nullable: 1
  size: undef

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