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

Description Usage Arguments Value

View source: R/RcppExports.R

Description

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

Usage

1
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.


clusterExperiment documentation built on Feb. 11, 2021, 2 a.m.