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/verify_mclust.R
\name{filter_unimodal}
\alias{filter_unimodal}
\title{Filter Out Unimodal Genes}
\usage{
filter_unimodal(mclust_result, data = NULL)
}
\arguments{
\item{mclust_result}{Object of class Mclust (Result of Mclust)}
\item{data}{Either SummarizedExperiment or matrix like object of expression values.}
}
\value{
A character vector of gene names.
}
\description{
This function filters out unimodal Genes.
}
\details{
When only submitting a list of mclust results, then this object is filtered. If submitting the corresponding expression data then this is filtered/subsetted.
}