Skip to content

Commit

Permalink
import from SeuratObject
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinHartman committed Apr 28, 2022
1 parent ee9b125 commit b158a0c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export(LoadData)
export(RemoveData)
export(UpdateData)
importFrom(Matrix,sparseMatrix)
importFrom(Seurat,AddMetaData)
importFrom(Seurat,CreateSeuratObject)
importFrom(Seurat,LoadAnnoyIndex)
importFrom(SeuratObject,"Idents<-")
importFrom(SeuratObject,AddMetaData)
importFrom(SeuratObject,Cells)
importFrom(SeuratObject,CreateSeuratObject)
importFrom(SeuratObject,Misc)
importFrom(SeuratObject,Tool)
importFrom(cli,rule)
Expand Down
4 changes: 2 additions & 2 deletions R/seurat_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ UpdateData <- function(ask = TRUE, lib.loc = NULL) {
#' \item{\code{plot}}{The reference \code{Seurat} object (for plotting)}
#' }
#'
#' @importFrom SeuratObject Idents<- Tool Cells Misc
#' @importFrom Seurat LoadAnnoyIndex AddMetaData CreateSeuratObject
#' @importFrom SeuratObject Idents<- Tool Cells Misc AddMetaData CreateSeuratObject
#' @importFrom Seurat LoadAnnoyIndex
#' @importFrom utils download.file
#' @importFrom Matrix sparseMatrix
#'
Expand Down
31 changes: 31 additions & 0 deletions man/LoadReference.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b158a0c

Please sign in to comment.