Class: DataSet
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- DataSet
- Defined in:
- app/models/data_set.rb
Overview
DataSet is the model for an experiment. There are two basic type of DataSets-- [SectionDataSet] and [MicroarrayDataSet].
- SectionDataSet
-
is an experiment consisting of sections of tissue on slides.
- MicroarrayDataSet
-
is an experiment using cut tissue analyzed using a microarray slide.
Indexes Available:
-probe_name
-plane_of_section_name
-product_name
-probe_orientation
-gene_acronym
-gene_homologene_id
-gene_name
-gene_entrez_id
-gene_alias_acronym
-specimen_name
-specimen_hemisphere
-donor_name
-donor_sex
-donor_strain
-age_name
-age_days
-donor_handedness
-donor_condition_description
-structure_name
-structure_acronym
-treatment_name
-product_id
-gene_id
Direct Known Subclasses
CellImageDataSet, ExonMicroarrayExonDataSet, ExonMicroarrayGeneDataSet, RnaseqExonDataSet, RnaseqGeneDataSet, SectionDataSet, TissueSampleDataSet
Instance Method Summary (collapse)
Instance Method Details
- (Object) get_product_ids
299 300 301 |
# File 'app/models/data_set.rb', line 299 def get_product_ids self.products.collect{|product| product.id } end |