check_if_tpm: Checks, if a matrix is TPM-like (columns sum up to 1e6)

View source: R/dataset.R

check_if_tpmR Documentation

Checks, if a matrix is TPM-like (columns sum up to 1e6)

Description

Checks, if a matrix is TPM-like (columns sum up to 1e6)

Usage

check_if_tpm(tpm_matrix, lower_limit = 7e+05)

Arguments

tpm_matrix

matrix to check

lower_limit

the lowest sum value, a cell may have

Value

boolean


omnideconv/SimBu documentation built on Dec. 18, 2024, 8:34 a.m.