norm_counts | R Documentation |
Normalize counts of a sparse matrix
norm_counts(counts, scale_factor = 10000, logt = TRUE)
counts |
A Sparse Matrix. |
scale_factor |
A numeric scaling factor to multiply values after dividing counts matrix by total counts. |
logt |
A logical indicating whether to log transform after normalizing for columns to sum to 1 and multiplying by scaling factor. |
Sparse Matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.