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

Commit c62378b

Browse files
committed
Merge branch 'master' of github.com:stemangiola/HCAquery
2 parents 0ffcd82 + 9864dda commit c62378b

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
@@ -12,7 +12,7 @@ importFrom(HDF5Array,loadHDF5SummarizedExperiment)
1212
importFrom(RSQLite,SQLITE_RO)
1313
importFrom(RSQLite,SQLite)
1414
importFrom(S4Vectors,DataFrame)
15-
importFrom(SeuratObject,as.Seurat)
15+
importFrom(Seurat,as.Seurat)
1616
importFrom(SeuratObject,as.sparse)
1717
importFrom(SingleCellExperiment,SingleCellExperiment)
1818
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)