| Bio-Chado-Schema documentation | view source | Contained in the Bio-Chado-Schema distribution. |
Bio::Chado::Schema::Result::Library::Library
Bio::Chado::Schema::Result::Library::Library
data_type: 'integer' is_auto_increment: 1 is_nullable: 0 sequence: 'library_library_id_seq'
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
data_type: 'varchar' is_nullable: 1 size: 255
data_type: 'text' is_nullable: 0
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"
data_type: 'integer' default_value: 0 is_nullable: 0
data_type: 'timestamp'
default_value: current_timestamp
is_nullable: 0
original: {default_value => \"now()"}
data_type: 'timestamp'
default_value: current_timestamp
is_nullable: 0
original: {default_value => \"now()"}
Type: has_many
Related object: Bio::Chado::Schema::Result::CellLine::CellLineLibrary
Type: belongs_to
Related object: Bio::Chado::Schema::Result::Cv::Cvterm
Type: belongs_to
Related object: Bio::Chado::Schema::Result::Organism::Organism
Type: has_many
Related object: Bio::Chado::Schema::Result::Library::LibraryCvterm
Type: has_many
Related object: Bio::Chado::Schema::Result::Library::LibraryDbxref
Type: has_many
Related object: Bio::Chado::Schema::Result::Library::LibraryFeature
Type: has_many
Related object: Bio::Chado::Schema::Result::Library::Libraryprop
Type: has_many
Related object: Bio::Chado::Schema::Result::Library::LibraryPub
Type: has_many
Related object: Bio::Chado::Schema::Result::Library::LibrarySynonym
Robert Buels <rbuels@cpan.org>
This software is copyright (c) 2011 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 documentation | view source | Contained in the Bio-Chado-Schema distribution. |