Usage
anotaResidOutlierTest(anotaQcObj=NULL, confInt=0.01, iter=5,
generateSingleGraph=FALSE, nGraphs=200, generateSummaryGraph=TRUE,
residFitPlot=TRUE, useProgBar=TRUE)
Arguments
anotaQcObj
The object returned by anotaPerformQc.
confInt
Controls how many samples from the normal
distribution will be used to generate the envelope to which the
residuals are compared.
Default is 0.01 which will generate 99
samples from the normal distribution to compare to the actual
residuals.
iter
How many times should the analysis be performed? Default is
5 meaning that 5 sets of samples (each with the size controlled
by confInt) will be generated. Notice that the summary plotting is
only performed for the last set but the percentage of outliers for
each iteration can be found in the output object.
generateSingleGraph
The analysis is performed per identifier and
plots can be generated for each identifier. However, due to the high
number of identifiers, a large number of plots will typically be
generated. Default is FALSE.
nGraphs
If generateSingleGraph is set to TRUE, nGraphs
controls for how many identifiers such single gene graphs will be generated.
generateSummaryGraph
The function can generate a summary graph
that shows the envelopes generated by sampling from the normal
distribution compared to the obtained values for all genes. Default
is TRUE, thus the graph is generated but only from the last iteration.
residFitPlot
Generates an output of the fitted values and
residuals. Default is TRUE, generate the plot.
useProgBar
Should the progress bar be shown. Default is TRUE,
show progress bar.