Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 390 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 390 Bytes

sctransform

R package for single cell expression data transformation and normalization

Quick start

devtools::install_github(repo = 'ChristophH/sctransform')
normalized_data <- sctransform::vst(umi_count_matrix)$y

Help

For usage examples see vignettes in inst/doc or use the built-in help after installation
?sctransform::vst
browseVignettes(package = 'sctransform')