Bio::Chado::Schema::Mage::Biomaterial



NAME

Bio::Chado::Schema::Mage::Biomaterial


DESCRIPTION

A biomaterial represents the MAGE concept of BioSource, BioSample, and LabeledExtract. It is essentially some biological material (tissue, cells, serum) that may have been processed. Processed biomaterials should be traceable back to raw biomaterials via the biomaterialrelationship table.


NAME

Bio::Chado::Schema::Mage::Biomaterial


ACCESSORS

biomaterial_id

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

taxon_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

biosourceprovider_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

dbxref_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

name

  data_type: 'text'
  is_nullable: 1

description

  data_type: 'text'
  is_nullable: 1


RELATIONS

assay_biomaterials

Type: has_many

Related object: the Bio::Chado::Schema::Mage::AssayBiomaterial manpage

taxon

Type: belongs_to

Related object: the Bio::Chado::Schema::Organism::Organism manpage

dbxref

Type: belongs_to

Related object: the Bio::Chado::Schema::General::Dbxref manpage

biosourceprovider

Type: belongs_to

Related object: the Bio::Chado::Schema::Contact::Contact manpage

biomaterial_dbxrefs

Type: has_many

Related object: the Bio::Chado::Schema::Mage::BiomaterialDbxref manpage

biomaterialprops

Type: has_many

Related object: the Bio::Chado::Schema::Mage::Biomaterialprop manpage

biomaterial_relationship_subjects

Type: has_many

Related object: the Bio::Chado::Schema::Mage::BiomaterialRelationship manpage

biomaterial_relationship_objects

Type: has_many

Related object: the Bio::Chado::Schema::Mage::BiomaterialRelationship manpage

biomaterial_treatments

Type: has_many

Related object: the Bio::Chado::Schema::Mage::BiomaterialTreatment manpage

treatments

Type: has_many

Related object: the Bio::Chado::Schema::Mage::Treatment manpage


AUTHOR

Robert Buels <rbuels@cpan.org>


COPYRIGHT AND LICENSE

This software is copyright (c) 2009 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::Mage::Biomaterial