Permalink
Cannot retrieve contributors at this time
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?
multimodalR/man/mclustClassification.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
28 lines (25 sloc)
903 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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. | |
} |