NAME
Bio::Chado::Schema::Result::General::Dbxref
DESCRIPTION
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'
is_auto_increment: 1
is_nullable: 0
sequence: 'dbxref_dbxref_id_seq'
db_id
data_type: 'integer'
is_foreign_key: 1
is_nullable: 0
accession
data_type: 'varchar'
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: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 255
description
data_type: 'text'
is_nullable: 1
RELATIONS
arraydesigns
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Arraydesign
assays
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Assay
biomaterials
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Biomaterial
biomaterial_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::BiomaterialDbxref
cell_line_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Result::CellLine::CellLineDbxref
cvterm
Type: might_have
Related object: Bio::Chado::Schema::Result::Cv::Cvterm
cvterm_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Result::Cv::CvtermDbxref
db
Type: belongs_to
Related object: Bio::Chado::Schema::Result::General::Db
dbxrefprops
Type: has_many
Related object: Bio::Chado::Schema::Result::Cv::Dbxrefprop
elements
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Element
features
Type: has_many
Related object: Bio::Chado::Schema::Result::Sequence::Feature
feature_cvterm_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Result::Sequence::FeatureCvtermDbxref
feature_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Result::Sequence::FeatureDbxref
library_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Result::Library::LibraryDbxref
nd_experiment_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentDbxref
nd_experiment_stock_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdExperimentStockDbxref
organism_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Result::Organism::OrganismDbxref
phylonode_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Result::Phylogeny::PhylonodeDbxref
phylotrees
Type: has_many
Related object: Bio::Chado::Schema::Result::Phylogeny::Phylotree
protocols
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Protocol
pub_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Result::Pub::PubDbxref
stocks
Type: has_many
Related object: Bio::Chado::Schema::Result::Stock::Stock
stock_dbxrefs
Type: has_many
Related object: Bio::Chado::Schema::Result::Stock::StockDbxref
studies
Type: has_many
Related object: Bio::Chado::Schema::Result::Mage::Study
MANY-TO-MANY RELATIONSHIPS
biomaterials_mm
Relation to Bio::Chado::Schema::Result::Mage::Biomaterial (i.e. biomaterial
table) via the organism_dbxrefs
table.
cell_lines_mm
Relation to Bio::Chado::Schema::Result::CellLine::CellLine (i.e. cell_line
table) via the cell_line_dbxrefs
table.
cvterms_mm
Relation to Bio::Chado::Schema::Result::Cv::Cvterm (i.e. cvterm
table) via the cvterm_dbxrefs
table.
features_mm
Relation to Bio::Chado::Schema::Result::Sequence::Feature (i.e. feature
table) via the feature_dbxrefs
table.
libraries_mm
Relation to Bio::Chado::Schema::Result::Library::LibraryDbxref (i.e. library
table) via the library_dbxrefs
table.
organisms_mm
Relation to Bio::Chado::Schema::Result::Organism::Organism (i.e. organism
table) via the organism_dbxrefs
table.
phylonodes_mm
Relation to Bio::Chado::Schema::Result::Phylogeny::Phylonode (i.e. phylonode
table) via the phylonode_dbxrefs
table.
pubs_mm
Relation to Bio::Chado::Schema::Result::Pub::Pub (i.e. pub
table) via the pub_dbxrefs
table.
stocks_mm
Relation to Bio::Chado::Schema::Result::Stock::Stock (i.e. stock
table) via the stock_dbxrefs
table.