Dot {countland}R Documentation

Calculate pairwise dot products of counts between all cells.

Description

Calculate pairwise dot products of counts between all cells.

Usage

Dot(C, subsample = FALSE)

Arguments

C

countland object

subsample

if TRUE, use subsampled counts, otherwise use counts (default=FALSE)

Value

countland object with slot dots

Examples

gold_path <- system.file("testdata", package = "countland", mustWork = TRUE)
gold.data <- Seurat::Read10X(data.dir = gold_path)
C <- countland(gold.data)
C <- Dot(C)

[Package countland version 0.1.2 Index]