We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab639c commit 8d1ec71Copy full SHA for 8d1ec71
NAMESPACE
@@ -54,7 +54,6 @@ import(unikn)
54
importFrom(Biobase,pData)
55
importFrom(Biobase,rowMedians)
56
importFrom(Seurat,as.SingleCellExperiment)
57
-importFrom(SummarizedExperiment,assay)
58
importFrom(dplyr,"%>%")
59
importFrom(dplyr,arrange)
60
importFrom(dplyr,bind_rows)
R/compute_normalised_counts.R
@@ -20,7 +20,6 @@
20
#' @importFrom stats model.matrix residuals
21
#' @importFrom limma lmFit
22
#' @importFrom parallel makeCluster stopCluster
23
-#' @importFrom SummarizedExperiment assay
24
#'
25
#' @returns Data frame of normalised counts
26
#' @export
0 commit comments