Description Usage Arguments Value Author(s) See Also Examples
This function takes an object of class maigesClass
resulting from classification analysis and write tables (in HTML or
CSV format) a table of the cliques, or classifiers.
1 2 |
classComp |
object of class |
file |
character string giving the file name to be saved (without extension). |
type |
character string with the type of file to be saved. Must be 'HTML' (default) or 'CSV'. |
nCliques |
integer specifying the number of cliques to be saved. If NULL (default) all cliques in the object are saved. |
This function don't return any object.
Gustavo H. Esteves <gesteves@vision.ime.usp.br>
maigesClass
, classifyLDA
,
classifySVM
, classifyKNN
,
classifyLDAsc
, classifySVMsc
and
classifyKNNsc
.
1 2 3 4 5 6 7 8 9 10 | ## Loading the dataset
data(gastro)
## Doing LDA classifier with 3 genes for the 6th gene group comparing
## the 2 categories from 'Type' sample label.
gastro.class = classifyLDA(gastro.summ, sLabelID="Type",
gNameID="GeneName", nGenes=3, geneGrp=6)
tableClass(gastro.class)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.