Learn R Programming

celda (version 0.0.0.9000)

clusterProbability: Get the probability of the cluster assignments generated during a celda run.

Description

Get the probability of the cluster assignments generated during a celda run.

Usage

clusterProbability(celda.mod, counts, log = FALSE)

Arguments

celda.mod

A celda model object

counts

The count matrix used to generate the model

log

If FALSE, then the normalized conditional probabilities will be returned. If TRUE, then the unnormalized log probabilities will be returned.