Skip to content

Commit

Permalink
fix no definition for class “LinearEmbeddingMatrix” warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalvovs committed Sep 26, 2024
1 parent 2e0788c commit 5b1a15a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ exportClasses(correlateR)
exportClasses(rotatoR)
import(MatrixModels)
import(RColorBrewer)
import(SingleCellExperiment)
import(cluster)
import(dplyr)
import(fgsea)
Expand Down
1 change: 1 addition & 0 deletions R/projectR.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ setMethod("projectR",signature(data="dgCMatrix",loadings="matrix"),function(

#######################################################################################################################################
#' @import limma
#' @import SingleCellExperiment
#' @importFrom NMF fcnnls
#' @examples
#' library("CoGAPS")
Expand Down

0 comments on commit 5b1a15a

Please sign in to comment.