Skip to content

Commit

Permalink
Seurat::as.seurat
Browse files Browse the repository at this point in the history
  • Loading branch information
susansjy22 committed Mar 1, 2024
1 parent d1f8963 commit 368c07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ importFrom(Seurat,RunPCA)
importFrom(Seurat,ScaleData)
importFrom(Seurat,VariableFeatures)
importFrom(Seurat,as.SingleCellExperiment)
importFrom(Seurat,as.Seurat)
importFrom(SingleR,SingleR)
importFrom(SummarizedExperiment,`rowData<-`)
importFrom(SummarizedExperiment,assays)
Expand Down
2 changes: 1 addition & 1 deletion README.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ library(Seurat)
library(scRNAseq)
input_data_path = tempfile(tmpdir = ".") |> paste0(".rds")
HeOrganAtlasData(ensembl=FALSE,location=FALSE)|>
as.Seurat(data = NULL) |>
Seurat::as.Seurat(data = NULL) |>
saveRDS(input_data_path)
```

Expand Down

0 comments on commit 368c07e

Please sign in to comment.