NAME
Bio::Chado::Schema::General::Dbxref - A unique, global, public, stable identifier. Not necessarily an external reference - can reference data items inside the particular chado instance being used. Typically a row in a table can be uniquely identified with a primary identifier (called dbxref_id); a table may also have secondary identifiers (in a linking table <T>_dbxref). A dbxref is generally written as <DB>:<ACCESSION> or as <DB>:<ACCESSION>:<VERSION>.
ACCESSORS
dbxref_id
data_type: integer
default_value: nextval('dbxref_dbxref_id_seq'::regclass)
is_auto_increment: 1
is_nullable: 0
size: 4
db_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
accession
data_type: character varying
default_value: undef
is_nullable: 0
size: 255
The local part of the identifier. Guaranteed by the db authority to be unique for that db.
version
data_type: character varying
default_value: ''::character varying
is_nullable: 0
size: 255
description
data_type: text
default_value: undef
is_nullable: 1
size: undef
RELATIONS
arraydesigns
Type: has_many
Related object: Bio::Chado::Schema::Mage::Arraydesign
assays
Type: has_many
Related object: Bio::Chado::Schema::Mage::Assay
biomaterials
Type: has_many
Related object: Bio::Chado::Schema::Mage::Biomaterial
biomaterial_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Mage::BiomaterialDbxref
cell_line_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::CellLine::CellLineDbxref
cvterm
Type: might_have
Related object: Bio::Chado::Schema::Cv::Cvterm
cvterm_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Cv::CvtermDbxref
db
Type: belongs_to
Related object: Bio::Chado::Schema::General::Db
dbxrefprops
Type: has_many
Related object: Bio::Chado::Schema::Cv::Dbxrefprop
elements
Type: has_many
Related object: Bio::Chado::Schema::Mage::Element
features
Type: has_many
Related object: Bio::Chado::Schema::Sequence::Feature
feature_cvterm_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Sequence::FeatureCvtermDbxref
feature_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Sequence::FeatureDbxref
library_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Library::LibraryDbxref
organism_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Organism::OrganismDbxref
phylonode_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Phylogeny::PhylonodeDbxref
phylotrees
Type: has_many
Related object: Bio::Chado::Schema::Phylogeny::Phylotree
protocols
Type: has_many
Related object: Bio::Chado::Schema::Mage::Protocol
pub_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Pub::PubDbxref
stocks
Type: has_many
Related object: Bio::Chado::Schema::Stock::Stock
stock_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Stock::StockDbxref
studies
Type: has_many
Related object: Bio::Chado::Schema::Mage::Study
MANY-TO-MANY RELATIONSHIPS
biomaterials_mm
Relation to Bio::Chado::Schema::Mage::Biomaterial (i.e. biomaterial
table) via the organism_dbxrefs
table.
cell_lines_mm
Relation to Bio::Chado::Schema::CellLine::CellLine (i.e. cell_line
table) via the cell_line_dbxrefs
table.
cvterms_mm
Relation to Bio::Chado::Schema::Cv::Cvterm (i.e. cvterm
table) via the cvterm_dbxrefs
table.
features_mm
Relation to Bio::Chado::Schema::Sequence::Feature (i.e. feature
table) via the feature_dbxrefs
table.
libraries_mm
Relation to Bio::Chado::Schema::Library::LibraryDbxref (i.e. library
table) via the library_dbxrefs
table.
organisms_mm
Relation to Bio::Chado::Schema::Organism::Organism (i.e. organism
table) via the organism_dbxrefs
table.
phylonodes_mm
Relation to Bio::Chado::Schema::Phylogeny::Phylonode (i.e. phylonode
table) via the phylonode_dbxrefs
table.
pubs_mm
Relation to Bio::Chado::Schema::Pub::Pub (i.e. pub
table) via the pub_dbxrefs
table.
stocks_mm
Relation to Bio::Chado::Schema::Stock::Stock (i.e. stock
table) via the stock_dbxrefs
table.