Bio::Chado::Schema::CellLine::CellLine



NAME

Bio::Chado::Schema::CellLine::CellLine


NAME

Bio::Chado::Schema::CellLine::CellLine


ACCESSORS

cell_line_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'cell_line_cell_line_id_seq'

name

  data_type: 'varchar'
  is_nullable: 1
  size: 255

uniquename

  data_type: 'varchar'
  is_nullable: 0
  size: 255

organism_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

timeaccessioned

  data_type: 'timestamp'
  default_value: current_timestamp
  is_nullable: 0
  original: {default_value => \"now()"}

timelastmodified

  data_type: 'timestamp'
  default_value: current_timestamp
  is_nullable: 0
  original: {default_value => \"now()"}


RELATIONS

organism

Type: belongs_to

Related object: the Bio::Chado::Schema::Organism::Organism manpage

cell_line_cvterms

Type: has_many

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

cell_line_dbxrefs

Type: has_many

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

cell_line_features

Type: has_many

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

cell_line_libraries

Type: has_many

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

cell_lineprops

Type: has_many

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

cell_line_pubs

Type: has_many

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

cell_line_relationship_subjects

Type: has_many

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

cell_line_relationship_objects

Type: has_many

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

cell_line_synonyms

Type: has_many

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


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.

 Bio::Chado::Schema::CellLine::CellLine