omicdata returns an object of class "omicdata", a list with 5 components:
datathe numeric matrix of responses of each item in each replicate
(one line per item, one column per replicate)
dosethe numeric vector of the tested doses or concentrations corresponding
to each column of data
itemthe character vector of the identifiers of the items, corresponding to
each line of data
designa table with the experimental design (tested doses and number of
replicates for each dose) for control by the user
data.meanthe numeric matrix of mean responses of each item per dose (mean
of the corresponding replicates) (one line per item, one column per unique value
of the dose
norm.methodThe normalization method specified in input
data.beforenormthe numeric matrix of responses of each item in each replicate
(one line per item, one column per replicate) before normalization
The print of a omicdata object gives the tested doses (or concentrations)
and number of replicates for each dose, the number of items, the identifiers
of the first 20 items (for check of good coding of data) and the normalization method.
The plot of a omicdata object shows the data distribution for each dose or concentration and replicate before and after normalization.