Learn R Programming

celda (version 0.0.0.9000)

clusterProbability.celda_CG: Calculates the conditional probability of each cell belong to each cluster given all other cluster assignments

Description

Calculates the conditional probability of each cell belong to each cluster given all other cluster assignments

Usage

clusterProbability.celda_CG(counts, celda.mod)

Arguments

counts

The original count matrix used in the model

celda.mod

A model returned from the 'celda_CG' function

Value

A list containging a matrix for the conditional cell cluster probabilities.