MIAME

The MIAME struct provides functions for working with Minimum Information About a Microarray Experiment (MIAME) data.

Constructor

Accessors

ExpressionData.infoFunction
info(m::MIAME)::NamedTuple

Returns a NamedTuple with the name, lab, contact, title, and url fields of an MIAME object. Similar to the expinfo function in the R package from Bioconductor: Biobase.

source
ExpressionData.norm_controlsFunction
norm_controls(m::MIAME)::Vector{String}

Extracts the normalization controls from an MIAME object such as house keeping genes.

source
ExpressionData.otherFunction
other(m::MIAME)::Dict{Symbol,String}

Extracts the other metadata from an MIAME object. This can include any additional information that is not covered by the other fields.

source
ExpressionData.preprocessingFunction
preprocessing(m::MIAME)::Vector{String}

Extracts the preprocessing steps from an MIAME object describe the steps taken to process the raw data of the experiment.

source