normalize_counts | R Documentation |
Helper function to normalize and log-transform count data
normalize_counts(count_data, scale_factor = 10000)
count_data |
matrix or sparse matrix Gene by cell matrix of counts |
scale_factor |
numeric The number that gets multiplied by fractional counts during normalization of the pseudobulked data (default=10000) |
The normalized, log-transformed matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.