Skip to content

Commit 485bda4

Browse files
added scaling to rpca
1 parent 556dc75 commit 485bda4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/integration/seurat_integration.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ run_integration <- function(data, features, reduction_type) {
8484
})
8585

8686
logger::log_info("Scaling integrated data")
87-
#integrated <- ScaleData(integrated, verbose = FALSE)
87+
integrated <- ScaleData(integrated, verbose = FALSE)
8888

8989
logger::log_info("Running PCA on integrated data")
9090
integrated <- RunPCA(integrated, verbose = FALSE)

0 commit comments

Comments
 (0)