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::CellLine::CellLine

ACCESSORS

cell_line_id

  data_type: integer
  default_value: nextval('cell_line_cell_line_id_seq'::regclass)
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: character varying
  default_value: undef
  is_nullable: 1
  size: 255

uniquename

  data_type: character varying
  default_value: undef
  is_nullable: 0
  size: 255

organism_id

  data_type: integer
  default_value: undef
  is_foreign_key: 1
  is_nullable: 0

timeaccessioned

  data_type: timestamp without time zone
  default_value: now()
  is_nullable: 0

timelastmodified

  data_type: timestamp without time zone
  default_value: now()
  is_nullable: 0

RELATIONS

organism

Type: belongs_to

Related object: Bio::Chado::Schema::Organism::Organism

cell_line_cvterms

Type: has_many

Related object: Bio::Chado::Schema::CellLine::CellLineCvterm

cell_line_dbxrefs

Type: has_many

Related object: Bio::Chado::Schema::CellLine::CellLineDbxref

cell_line_features

Type: has_many

Related object: Bio::Chado::Schema::CellLine::CellLineFeature

cell_line_libraries

Type: has_many

Related object: Bio::Chado::Schema::CellLine::CellLineLibrary

cell_lineprops

Type: has_many

Related object: Bio::Chado::Schema::CellLine::CellLineprop

cell_line_pubs

Type: has_many

Related object: Bio::Chado::Schema::CellLine::CellLinePub

cell_line_relationship_subjects

Type: has_many

Related object: Bio::Chado::Schema::CellLine::CellLineRelationship

cell_line_relationship_objects

Type: has_many

Related object: Bio::Chado::Schema::CellLine::CellLineRelationship

cell_line_synonyms

Type: has_many

Related object: Bio::Chado::Schema::CellLine::CellLineSynonym