R package for single cell expression data transformation and normalization
devtools::install_github(repo = 'ChristophH/sctransform')
normalized_data <- sctransform::vst(umi_count_matrix)$y
For usage examples see vignettes in inst/doc or use the built-in help