Class: Specimen
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Specimen
- Includes:
- CoreBase
- Defined in:
- app/models/specimen.rb
Overview
Attributes:
-
name
(String)
—
the name of the specimen
-
tissue_ph
(Float)
—
the floating point number of tissue ph
-
hemisphere
(String)
—
the hemisphere
-
external_specimen_name
(String)
—
the external specimen name
-
parent_x_coord
(Integer)
—
the parent x coord
-
parent_y_coord
(Integer)
—
the parent y coord
-
parent_z_coord
(Integer)
—
the parent z coord
Associations:
-
data_sets
(DataSet)
—
Specimen has many data sets
-
specimen_images
(SpecimenImage)
—
Specimen has many specimen images
-
specimen_types
(SpecimenType)
—
Specimen has and belongs to many specimen_types
-
stereotaxic_injections
(StereotaxicInjection)
—
Specimen has many stereotaxic_injections
-
donor
(Donor)
—
Donor that this specimen belongs to
-
structure
(Structure)
—
Structure that this specimen belongs to
-
alignment3d
(Alignment3d)
—
Alignment3d that this specimen belongs to
-
annotation_structures
(AnnotationStructure)
—
specimen has many annotation_structures
-
hotspot_structures
(Structure)
—
specimen has many hotspot_structures
- ephys_result (EphysResult)
- ephys_sweeps (EphysSweep)
- ephys_features (EphysFeatures)
- neuron_reconstructions (NeuronReconstruction)
- neuronal_models (NeuronalModel)
- cell_soma_locations (CellSomaLocation)
- specimen_tags (SpecimenTag)
- cell_reporter (CellReporter)
- cell_prep_samples (CellPrepSample)
- cortex_layer (Structure)