bioma.data.MIAME
Contain experiment information from microarray gene expression experiment
Description
The bioma.data.MIAME object contains information about
experimental methods and conditions from a microarray gene expression experiment.
It loosely follows the Minimum Information About a Microarray Experiment (MIAME) specification. It can include information about:
Experiment design
Microarrays used in the experiment
Samples used
Sample preparation and labeling
Hybridization procedures and parameters
Normalization controls
Preprocessing information
Data processing specifications
It provides a convenient way to store related information about a microarray experiment in a single data structure (object).
The bioma.data.MIAME object includes properties and methods that let you
access, retrieve, and change experiment information related to a microarray experiment. These
properties and methods are useful to view and analyze the information.
Creation
Syntax
Description
creates an
empty MIAME object for storing experiment information from a microarray gene expression
experiment.MIAMEobj = bioma.data.MIAME()
creates a MIAME object from a structure containing Gene Expression Omnibus (GEO) Series
data. MIAMEobj = bioma.data.MIAME(GeoSeriesStruct)
sets the object properties using
one or more name-value pair arguments. Enclose each property name in quotes. For example,
MIAMEobj = bioma.data.MIAME(___,Name,Value)MIAMEobj = bioma.data.MIAME('Other','Cannabinoid Receptor 2') sets
the value of the property Other to Cannabinoid Receptor
2.
Input Arguments
Output Arguments
Properties
Examples
Version History
Introduced in R2009b