diff --git a/README.md b/README.md index e67414f..34720b9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ R package for single cell expression data transformation and normalization ## Quick start -`devtools::install_github(repo = 'ChristophH/sctransform')` +`devtools::install_github(repo = 'ChristophH/sctransform')` `normalized_data <- sctransform::vst(umi_count_matrix)$y` ## Help