cn_classify | R Documentation |
run binary classifiers on input expression matrix
cn_classify(classList, expDat, cttComms)
classList |
result of running CN3_makeClassifier |
expDat |
expression data matrix |
cttComms |
list of genes that were used to train each classifer cttComms[[className]]<-c(gene1, gene2, ...) |
classification matrix nrow=length(classList) ncol=ncol(expDat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.