- x
An object of class fsa to which add a model.
- model
A list aggregating the model parameters. Can be provided instead of the argument vectors below individually.
- groupMeans
Numeric vector of length 2, the means of the scores in each group as computed on a training series. If model is provided, this vector will be used instead.
- groupSDs
Numeric vector of length 2, the standard deviations of the scores in each group as computed on a training series. If model is provided, this vector will be used instead.
- groupNames
Character vector of length 2, the names of the group described in groupMeans, groupSDs and groupColors. If model is provided, this vector will be used instead.
- groupColors
Character vector of length 2, the colors to use to plot each group (see par for allowed values). If model is provided, this vector will be used instead.
- threshold
Single numeric vector, the confidence threshold to use for prediction (a call will be made only if it is at least at this level of certainty). If model is provided, this vector will be used instead.
- geneNames
Character vector, the names of the genes whose expression is to be used. If model is provided, this vector will be used instead.
- geneTs
Numeric vector, for each gene in geneNames, the statistic of a t.test comparing its expression between the two groups in a training series. If model is provided, this vector will be used instead.
- geneMs
Numeric vector, for each gene in geneNames, the mean expression in the whole training series. If model is provided, this vector will be used instead.