The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bio::Chado::Schema::Result::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: Bio::Chado::Schema::Result::CellLine::CellLineLibrary

type

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Cv::Cvterm

organism

Type: belongs_to

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

library_cvterms

Type: has_many

Related object: Bio::Chado::Schema::Result::Library::LibraryCvterm

library_dbxrefs

Type: has_many

Related object: Bio::Chado::Schema::Result::Library::LibraryDbxref

library_features

Type: has_many

Related object: Bio::Chado::Schema::Result::Library::LibraryFeature

libraryprops

Type: has_many

Related object: Bio::Chado::Schema::Result::Library::Libraryprop

library_pubs

Type: has_many

Related object: Bio::Chado::Schema::Result::Library::LibraryPub

library_synonyms

Type: has_many

Related object: Bio::Chado::Schema::Result::Library::LibrarySynonym