| Bio-Chado-Schema documentation | view source | Contained in the Bio-Chado-Schema distribution. |
Bio::Chado::Schema::Result::General::Db
A database authority. Typical databases in bioinformatics are FlyBase, GO, UniProt, NCBI, MGI, etc. The authority is generally known by this shortened form, which is unique within the bioinformatics and biomedical realm. To Do - add support for URIs, URNs (e.g. LSIDs). We can do this by treating the URL as a URI - however, some applications may expect this to be resolvable - to be decided.
Bio::Chado::Schema::Result::General::Db
data_type: 'integer' is_auto_increment: 1 is_nullable: 0 sequence: 'db_db_id_seq'
data_type: 'varchar' is_nullable: 0 size: 255
data_type: 'varchar' is_nullable: 1 size: 255
data_type: 'varchar' is_nullable: 1 size: 255
data_type: 'varchar' is_nullable: 1 size: 255
Type: has_many
Related object: Bio::Chado::Schema::Result::General::Dbxref
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. |