Skip to contents

Based on a probability cutoff genes/cells are assigned to all clusters for which they have a probability higher than 'cutoff'.

Usage

assign_clusters_GMM(caclust_obj, type = "genes", cutoff = 0.5)

Arguments

caclust_obj

A caclust object

type

Either "cell" or "gene".

cutoff

Probability cutoff.

Value

logical matrix indicating which gene belongs to which cluster.