Uses of Class
org.biomage.BioEvent.BioEvent

Packages that use BioEvent
org.biomage.BioAssay   
org.biomage.BioAssayData   
org.biomage.BioEvent   
org.biomage.BioMaterial   
org.biomage.DesignElement   
 

Uses of BioEvent in org.biomage.BioAssay
 

Subclasses of BioEvent in org.biomage.BioAssay
 class BioAssayCreation
          The process by which an array and one or more biomaterials are combined to create a bioAssayCreation.
 class BioAssayTreatment
          The event which records the process by which PhysicalBioAssays are processed (typically washing, blocking, etc...).
 class FeatureExtraction
          The process by which data is extracted from an image producing a measuredBioAssayData and a measuredBioAssay.
 class Hybridization
          The archetypal bioAssayCreation event, whereby biomaterials are hybridized to an array.
 class ImageAcquisition
          The process by which an image is generated (typically scanning).
 

Uses of BioEvent in org.biomage.BioAssayData
 

Subclasses of BioEvent in org.biomage.BioAssayData
 class BioAssayMap
          The BioAssayMap is the description of how source MeasuredBioAssays and/or DerivedBioAssays are manipulated (mathematically) to produce DerivedBioAssays.
 class DesignElementMap
          A DesignElementMap is the description of how source DesignElements are transformed into a target DesignElement.
 class QuantitationTypeMap
          A QuantitationTypeMap is the description of how source QuantitationTypes are mathematically transformed into a target QuantitationType.
 class Transformation
          The process by which derivedBioAssays are created from measuredBioAssays and/or derivedBioAssays.
 

Uses of BioEvent in org.biomage.BioEvent
 

Subclasses of BioEvent in org.biomage.BioEvent
 class Map
          A Map is the description of how sources are transformed into a target.
 

Uses of BioEvent in org.biomage.BioMaterial
 

Subclasses of BioEvent in org.biomage.BioMaterial
 class Treatment
          The process by which a biomaterial is created (from source biomaterials).
 

Uses of BioEvent in org.biomage.DesignElement
 

Subclasses of BioEvent in org.biomage.DesignElement
 class CompositeCompositeMap
          A CompositeCompositeMap is the description of how source CompositeSequences are transformed into a target CompositeSequence.
 class FeatureReporterMap
          A FeatureReporterMap is the description of how source features are transformed into a target reporter.
 class ReporterCompositeMap
          A ReporterCompositeMap is the description of how source Reporters are transformed into a target CompositeSequences.