check_raw_counts | R Documentation |
Given a count matrix, determine if the matrix has been either log-normalized, normalized, or contains raw counts
check_raw_counts(counts_matrix, max_log_value = 50)
counts_matrix |
Count matrix containing scRNA-seq read data |
max_log_value |
Static value to determine if a matrix is normalized |
String either raw counts, log-normalized or normalized
check_raw_counts(pbmc_matrix_small)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.