From 5b1a15a4615792e718d3a06f67b84e5b9a497d6e Mon Sep 17 00:00:00 2001 From: dimalvovs Date: Thu, 26 Sep 2024 17:09:08 -0400 Subject: [PATCH] =?UTF-8?q?fix=20no=20definition=20for=20class=20=E2=80=9C?= =?UTF-8?q?LinearEmbeddingMatrix=E2=80=9D=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NAMESPACE | 1 + R/projectR.R | 1 + 2 files changed, 2 insertions(+) diff --git a/NAMESPACE b/NAMESPACE index 273c371..5ffadf6 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -21,6 +21,7 @@ exportClasses(correlateR) exportClasses(rotatoR) import(MatrixModels) import(RColorBrewer) +import(SingleCellExperiment) import(cluster) import(dplyr) import(fgsea) diff --git a/R/projectR.R b/R/projectR.R index 0a415e0..818ee71 100644 --- a/R/projectR.R +++ b/R/projectR.R @@ -136,6 +136,7 @@ setMethod("projectR",signature(data="dgCMatrix",loadings="matrix"),function( ####################################################################################################################################### #' @import limma +#' @import SingleCellExperiment #' @importFrom NMF fcnnls #' @examples #' library("CoGAPS")