Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 8e8d391

Browse files
committed
fix as.Seurat
1 parent b14eaf8 commit 8e8d391

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.Rbuildignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
3-
^dev
3+
^dev*
44
^\.github$
55
^LICENSE\.md$
66
^README\.Rmd$
77
^doc$
88
^Meta$
9+
makeflow*
10+
dev/makeflow*

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ importFrom(RPostgres,Postgres)
1414
importFrom(RSQLite,SQLITE_RO)
1515
importFrom(RSQLite,SQLite)
1616
importFrom(S4Vectors,DataFrame)
17-
importFrom(SeuratObject,as.Seurat)
17+
importFrom(Seurat,as.Seurat)
1818
importFrom(SeuratObject,as.sparse)
1919
importFrom(SingleCellExperiment,SingleCellExperiment)
2020
importFrom(SingleCellExperiment,simplifyToSCE)

R/query.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ as.sparse.DelayedMatrix <- function(x) {
323323
#' the samples in that data frame
324324
#'
325325
#' @inheritDotParams get_SingleCellExperiment
326-
#' @importFrom SeuratObject as.Seurat
326+
#' @importFrom Seurat as.Seurat
327327
#' @export
328328
#' @return A Seurat object containing the same data as a call to
329329
#' get_SingleCellExperiment.

0 commit comments

Comments
 (0)