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

ACCESSORS

library_id

data_type: integer
default_value: nextval('library_library_id_seq'::regclass)
is_auto_increment: 1
is_nullable: 0
size: 4

organism_id

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

name

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

uniquename

data_type: text
default_value: undef
is_nullable: 0
size: undef

type_id

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

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
size: 4

timeaccessioned

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

timelastmodified

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

RELATIONS

cell_line_libraries

Type: has_many

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

type

Type: belongs_to

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

organism

Type: belongs_to

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

library_cvterms

Type: has_many

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

library_dbxrefs

Type: has_many

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

library_features

Type: has_many

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

libraryprops

Type: has_many

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

library_pubs

Type: has_many

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

library_synonyms

Type: has_many

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