NAME
Bio::Chado::Schema::Mage::Treatment - A biomaterial may undergo multiple treatments. Examples of treatments: apoxia, fluorophore and biotin labeling.
ACCESSORS
treatment_id
data_type: integer
default_value: nextval('treatment_treatment_id_seq'::regclass)
is_auto_increment: 1
is_nullable: 0
size: 4
rank
data_type: integer
default_value: 0
is_nullable: 0
size: 4
biomaterial_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
type_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 0
size: 4
protocol_id
data_type: integer
default_value: undef
is_foreign_key: 1
is_nullable: 1
size: 4
name
data_type: text
default_value: undef
is_nullable: 1
size: undef
RELATIONS
biomaterial_treatments
Type: has_many
Related object: Bio::Chado::Schema::Mage::BiomaterialTreatment
type
Type: belongs_to
Related object: Bio::Chado::Schema::Cv::Cvterm
protocol
Type: belongs_to
Related object: Bio::Chado::Schema::Mage::Protocol
biomaterial
Type: belongs_to
Related object: Bio::Chado::Schema::Mage::Biomaterial