poolMatrixRows: Pools rows of a numeric matrix

View source: R/Microclusters.R

poolMatrixRowsR Documentation

Pools rows of a numeric matrix

Description

Uses the provided pools to merge rows of the supplied data matrix

Usage

poolMatrixRows(data, pools)

Arguments

data

data.frame or matrix to pool

pools

named list of character vector describing cell ids in each pool

Details

Same as poolMatrixCols only operates on rows.

The pools argument is obtained by running applyMicroClustering

Value

Matrix of pooled data


YosefLab/VISION documentation built on Feb. 19, 2023, 9:50 p.m.