Description Usage Arguments Value Author(s) See Also Examples
This function aggregates the data required to predict class in classify
.
1 2 |
groupMeans |
Numeric vector of length 2, the means of the scores in each group as computed on a training series. |
groupSDs |
Numeric vector of length 2, the standard deviations of the scores in each group as computed on a training series. |
groupNames |
Character vector of length 2, the names of the group described in |
groupColors |
Character vector of length 2, the colors to use to plot each group (see |
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). |
geneNames |
Character vector, the names of the genes whose expression is to be used. |
geneTs |
Numeric vector, for each gene in |
geneMs |
Numeric vector, for each gene in |
Returns an S3 object of class fsaModel
.
Sylvain Mareschal
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.