check_raw_counts: Given a count matrix, determine if the matrix has been either...

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Given a count matrix, determine if the matrix has been either log-normalized, normalized, or contains raw counts

Usage

1
check_raw_counts(counts_matrix, max_log_value = 50)

Arguments

counts_matrix

Count matrix containing scRNA-seq read data

max_log_value

Static value to determine if a matrix is normalized

Value

String either raw counts, log-normalized or normalized

Examples

1

clustifyr documentation built on Nov. 8, 2020, 5:32 p.m.