calculateCostDensity: calculateCostDensity

Description Usage Arguments Author(s)

View source: R/RcppExports.R

Description

This function takes a vector of gene counts per million for one multiplet that is being deconvoluted and a matrix of synthetic multiplets. It then calculates the poisson density for each gene count and each corresponding value in the matrix row.

Usage

1
calculateCostDensity(oneMultiplet, syntheticMultiplets)

Arguments

oneMultiplet

Numeric; a numeric vector of counts per million for one multiplet.

syntheticMultiplets

Matrix; a numeric matrix of synthetic multiplets with samples as columns and genes as rows.

Author(s)

Jason T. Serviss


jasonserviss/CIMseq documentation built on Jan. 11, 2020, 4:42 a.m.