Skip to content

Commit

Permalink
drop SeuratWrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Sep 25, 2024
1 parent bfcd1ab commit 2b65ba6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,12 @@ Imports:
dittoSeq,
tidybulk,
glue,
SeuratWrappers,
scater,
batchelor
Suggests:
knitr,
rmarkdown,
pkgdown
Remotes:
satijalab/seurat-wrappers
Biarch: true
URL: https://tidy-biology.github.io/TidyGenomicsTranscriptomicsWorkshop
BugReports: https://github.com/tidy-biology/TidyGenomicsTranscriptomicsWorkshop/issues/new/choose
Expand Down
2 changes: 1 addition & 1 deletion vignettes/single_cell_seurat_transcriptomics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ seurat_obj |>
NormalizeData(assay="RNA") |>
FindVariableFeatures(nfeatures = 100, assay="RNA") |>
SplitObject(split.by = "file") |>
SeuratWrappers::RunFastMNN(assay="RNA", features = 100) |>
RunFastMNN(assay="RNA", features = 100) |>
RunUMAP(reduction = "mnn", dims = 1:20) |>
FindNeighbors(dims = 1:20, reduction = "mnn") |>
FindClusters(resolution = 0.3)
Expand Down

0 comments on commit 2b65ba6

Please sign in to comment.