Skip to content
Permalink
8472ea875e
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
14 lines (14 sloc) 495 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/verify_mclust.R
\name{correct_output}
\alias{correct_output}
\title{Correct Output of Mclust}
\usage{
correct_output(mclust_result, min_proportion = NULL)
}
\arguments{
\item{mclust_result}{Object of class Mclust (Result of Mclust)}
}
\description{
This function combines multiple SummarizedExperiments via cbind. Automatically adds missing column names(varaibles in colData) and rows (gene names) while adding NA.
}