--- a +++ b/man/RpartDT.Rd @@ -0,0 +1,24 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/RpartDT.R +\name{RpartDT} +\alias{RpartDT} +\title{RPART Decision Tree} +\usage{ +RpartDT(data, quiet = FALSE, plot = TRUE) +} +\arguments{ +\item{data}{The exact output of the exprmclust function.} + +\item{quiet}{If `TRUE`, suppresses intermediary output} + +\item{plot}{If `FALSE`, suppresses plot output} +} +\value{ +Information about the model and, by default, a plot of the 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. +}