Skip to content

Commit

Permalink
Merge pull request #20 from stephenslab/eweine/pbmc_seurat_typo
Browse files Browse the repository at this point in the history
fixed pbmc seurat typo
  • Loading branch information
eweine authored Jan 26, 2024
2 parents e344015 + 996ee4e commit 796a963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/experiments/run_seurat_pbmc.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ get_seurat_pcs <- function(counts_mat, npcs) {
pbmc_cell_embeddings <- get_seurat_pcs(Matrix::t(counts), 10)

readr::write_rds(
droplets_cell_embeddings,
pbmc_cell_embeddings,
"~/Documents/data/fastglmpca/experiment_results/seurat_pca_pbmc.rds"
)

0 comments on commit 796a963

Please sign in to comment.