sipk: Calculate Staining Index per Thousand (SIPK)

Description Usage Arguments

View source: R/utility_functions.R

Description

SI / (TOTAL/1000)

Usage

1
sipk(positive, negative, total = NULL, denominator = 1000, ...)

Arguments

positive

Vector of values for positive cells

negative

Vector of values for negative cells

total

Total value. If NULL, then total will be calculated as the sum of the positive and negative vectors

denominator

Denominator for total value

...

Passed on to staining_index()


Terkild/scfeaturerank documentation built on March 6, 2021, 1:04 p.m.