Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/algorithmSpecificFunctions.R
\name{mclustClassification}
\alias{mclustClassification}
\title{mclustClassification}
\usage{
mclustClassification(models, patients, pathToClinicalData,
pathToExpressionmatrix)
}
\arguments{
\item{models}{Unformatted output of the Mclust function from the mclust
package of the genes from the gene expression data frame}
\item{patients}{List of the patients}
\item{pathToClinicalData}{If real data is used the path
to the clinical data can be stored here}
\item{pathToExpressionmatrix}{If real data is used the path
to the gene expression matrix can be stored here}
}
\value{
The formatted output of the mclust algorithm
}
\description{
Using the output of the mclust algorithm for generating output in a unified
format to evaluate the classification (unimodal,bimodal or other) of genes.
}