Helper function to normalize and log-transform count data
normalize_counts(count_data, scale_factor = 10000)
The normalized, log-transformed matrix.
matrix or sparse matrix Gene by cell matrix of counts
numeric The number that gets multiplied by fractional counts during normalization of the pseudobulked data (default=10000)