NAME
Bio::Chado::Schema::Library::LibraryFeature - library_feature links a library to the clones which are contained in the library. Examples of such linked features might be "cDNA_clone" or "genomic_clone".
ACCESSORS
library_feature_id
data_type: integer
default_value: nextval('library_feature_library_feature_id_seq'::regclass)
is_auto_increment: 1
is_nullable: 0
size: 4
library_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
feature_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
RELATIONS
library
Type: belongs_to
Related object: Bio::Chado::Schema::Library::Library
feature
Type: belongs_to
Related object: Bio::Chado::Schema::Sequence::Feature