mergeComponents: Merge GMM Components with Highly Overlapping Support

Description Usage Arguments Details Value Author(s) Examples

Description

Function to merge GMM components with predominantly overlapping support

Usage

1
mergeComponents(model,overlap)

Arguments

model

An object of class Mclust, produced by the function fitGMM

overlap

A numeric value specifying the classification score threshold: minimum value of model$z for a value to be considered as supported by a given mixture component.

Details

Identifies GMM components with sufficiently overlapping support, if for those components the average E-M classification score across all points with a maximum score corresponding to any of those components is greater than the specified threshold.

Value

List where each element is a vector of indices specifying components from input model to merge together in gene expression state estimation.

Author(s)

Ed Curry e.curry@imperial.ac.uk

Examples

1
### internal function ###

Example output

Loading required package: mclust
Package 'mclust' version 5.3
Type 'citation("mclust")' for citing this R package in publications.
Loading required package: gtools

GESTr documentation built on May 2, 2019, 9:37 a.m.

Related to mergeComponents in GESTr...