J48DT {DIscBIO} | R Documentation |
J48 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
J48DT(data, quiet = FALSE, plot = TRUE)
Arguments
data |
A data frame resulted from running the function ClassVectoringDT. |
quiet |
If 'TRUE', suppresses intermediary output |
plot |
If 'FALSE', suppresses plot output |
Value
Information about the J48 model and, by default, a plot of the decision tree.
[Package DIscBIO version 1.2.2 Index]