Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 302 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 302 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