Skip to content

Commit

Permalink
Merge branch 'master' of github.com:powellgenomicslab/Nebulosa
Browse files Browse the repository at this point in the history
  • Loading branch information
joseah committed Feb 11, 2023
2 parents ac8c2e9 + b834a75 commit a9d81a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Depends:
ggplot2,
patchwork
Imports:
Seurat,
SingleCellExperiment,
SummarizedExperiment,
ks,
Expand All @@ -33,7 +32,7 @@ RoxygenNote: 7.2.3
VignetteBuilder: knitr
Suggests:
testthat, BiocStyle, knitr, rmarkdown, covr, scater, scran, DropletUtils,
igraph, BiocFileCache
igraph, BiocFileCache, Seurat
biocViews:
Software, GeneExpression, SingleCell, Visualization,
DimensionReduction
8 changes: 4 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ export(plot_density)
exportMethods(plot_density)
importFrom(Matrix,Matrix)
importFrom(Matrix,t)
importFrom(Seurat,Embeddings)
importFrom(Seurat,FetchData)
importFrom(Seurat,GetAssayData)
importFrom(Seurat,Reductions)
importFrom(SeuratObject,Embeddings)
importFrom(SeuratObject,FetchData)
importFrom(SeuratObject,GetAssayData)
importFrom(SeuratObject,Reductions)
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,reducedDim)
importFrom(SingleCellExperiment,reducedDims)
Expand Down
2 changes: 1 addition & 1 deletion R/methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ setGeneric("plot_density", function(object, features, slot = NULL,
...)
standardGeneric("plot_density"))

#' @importFrom Seurat GetAssayData Reductions Embeddings FetchData
#' @importFrom SeuratObject GetAssayData Reductions Embeddings FetchData
#' @export
#' @describeIn plot_density Plot gene-weighted 2D kernel density
setMethod("plot_density", signature("Seurat"),
Expand Down

0 comments on commit a9d81a2

Please sign in to comment.