Bio::Chado::Schema::Result::General::Db - Bio::Chado::Schema::Result::General::Db documentation


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.

Index


NAME

Top

Bio::Chado::Schema::Result::General::Db

DESCRIPTION

Top

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.

NAME

Top

Bio::Chado::Schema::Result::General::Db

ACCESSORS

Top

db_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'db_db_id_seq'

name

  data_type: 'varchar'
  is_nullable: 0
  size: 255

description

  data_type: 'varchar'
  is_nullable: 1
  size: 255

urlprefix

  data_type: 'varchar'
  is_nullable: 1
  size: 255

url

  data_type: 'varchar'
  is_nullable: 1
  size: 255

RELATIONS

Top

dbxrefs

Type: has_many

Related object: Bio::Chado::Schema::Result::General::Dbxref

AUTHOR

Top

Robert Buels <rbuels@cpan.org>

COPYRIGHT AND LICENSE

Top


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.