Dot: Calculate pairwise dot products of counts between all cells.

View source: R/countland_dot.R

DotR 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)

countland documentation built on May 29, 2024, 7:13 a.m.

Related to Dot in countland...