RpartDT {DIscBIO} | R Documentation |
RPART Decision Tree
Description
The decision tree analysis is implemented over a training dataset, which consisted of the DEGs obtained by either SAMseq or the binomial differential expression.
Usage
RpartDT(data, quiet = FALSE, plot = TRUE)
Arguments
data |
The exact output of the exprmclust function. |
quiet |
If 'TRUE', suppresses intermediary output |
plot |
If 'FALSE', suppresses plot output |
Value
Information about the model and, by default, a plot of the decision tree.
[Package DIscBIO version 1.2.2 Index]