Bio::Chado::Schema::Result::CellLine::CellLine - Bio::Chado::Schema::Result::CellLine::CellLine documentation


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.

Index


NAME

Top

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

NAME

Top

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

ACCESSORS

Top

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

Top

organism

Type: belongs_to

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

cell_line_cvterms

Type: has_many

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

cell_line_dbxrefs

Type: has_many

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

cell_line_features

Type: has_many

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

cell_line_libraries

Type: has_many

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

cell_lineprops

Type: has_many

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

cell_line_pubs

Type: has_many

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

cell_line_relationship_subjects

Type: has_many

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

cell_line_relationship_objects

Type: has_many

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

cell_line_synonyms

Type: has_many

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

AUTHOR

Top

Robert Buels <rbuels@cpan.org>

COPYRIGHT AND LICENSE

Top


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.