Bio::Chado::Schema::Library::Library



NAME

Bio::Chado::Schema::Library::Library


NAME

Bio::Chado::Schema::Library::Library


ACCESSORS

library_id

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

organism_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

name

  data_type: 'varchar'
  is_nullable: 1
  size: 255

uniquename

  data_type: 'text'
  is_nullable: 0

type_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

The type_id foreign key links to a controlled vocabulary of library types. Examples of this would be: "cDNA_library" or "genomic_library"

is_obsolete

  data_type: 'integer'
  default_value: 0
  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

cell_line_libraries

Type: has_many

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

type

Type: belongs_to

Related object: the Bio::Chado::Schema::Cv::Cvterm manpage

organism

Type: belongs_to

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

library_cvterms

Type: has_many

Related object: the Bio::Chado::Schema::Library::LibraryCvterm manpage

library_dbxrefs

Type: has_many

Related object: the Bio::Chado::Schema::Library::LibraryDbxref manpage

library_features

Type: has_many

Related object: the Bio::Chado::Schema::Library::LibraryFeature manpage

libraryprops

Type: has_many

Related object: the Bio::Chado::Schema::Library::Libraryprop manpage

library_pubs

Type: has_many

Related object: the Bio::Chado::Schema::Library::LibraryPub manpage

library_synonyms

Type: has_many

Related object: the Bio::Chado::Schema::Library::LibrarySynonym 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::Library::Library