Learn R Programming

DIscBIO (version 1.2.2)

RpartDT: 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)

Value

Information about the model and, by default, a plot of the decision tree.

Arguments

data

The exact output of the exprmclust function.

quiet

If `TRUE`, suppresses intermediary output

plot

If `FALSE`, suppresses plot output