search_pairs: Search pairs of samples that co-cluster across subsamples

View source: R/RcppExports.R

search_pairsR Documentation

Search pairs of samples that co-cluster across subsamples

Description

Assume that our input is a matrix, with N columns and B rows (the number of subsamples), storing integers – the cluster labels.

Usage

search_pairs(clusterings)

Arguments

clusterings

a matrix with the cluster labels

Value

A matrix with the co-clusters, but only the lower triangle is populated.


epurdom/clusterCells documentation built on April 23, 2024, 9:06 p.m.