J48DT | R Documentation |
The decision tree analysis is implemented over a training dataset, which consisted of the DEGs obtained by either SAMseq or the binomial differential expression.
J48DT(data, quiet = FALSE, plot = TRUE)
data |
A data frame resulted from running the function ClassVectoringDT. |
quiet |
If 'TRUE', suppresses intermediary output |
plot |
If 'FALSE', suppresses plot output |
Information about the J48 model and, by default, a plot of the decision tree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.