Skip to content

Commit

Permalink
revert positive=FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed May 29, 2024
1 parent d2bd341 commit aa73641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scRNA-seq/04-dimension_reduction_scRNA.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ filtered_sce <- filtered_sce[, filtered_sce$sum >= 500]
qclust <- scran::quickCluster(filtered_sce)
filtered_sce <- scran::computeSumFactors(filtered_sce, clusters = qclust, positive = FALSE)
filtered_sce <- scran::computeSumFactors(filtered_sce, clusters = qclust)
```

Looks good! Now we'll do the normalization.
Expand Down

0 comments on commit aa73641

Please sign in to comment.