
Normalize count data per cell and transform to log scale
LogNormalize(data, scale.factor = 10000, display.progress = T)
Matrix with the raw count data
Scale the data. Default is 1e4
Print progress
Returns a matrix with the normalize and log transformed data