a b/man/RpartDT.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/RpartDT.R
3
\name{RpartDT}
4
\alias{RpartDT}
5
\title{RPART Decision Tree}
6
\usage{
7
RpartDT(data, quiet = FALSE, plot = TRUE)
8
}
9
\arguments{
10
\item{data}{The exact output of the exprmclust function.}
11
12
\item{quiet}{If `TRUE`, suppresses intermediary output}
13
14
\item{plot}{If `FALSE`, suppresses plot output}
15
}
16
\value{
17
Information about the model and, by default, a plot of the decision
18
  tree.
19
}
20
\description{
21
The decision tree analysis is implemented over a training
22
  dataset, which consisted of the DEGs obtained by either SAMseq or the
23
  binomial differential expression.
24
}