Skip to content

Commit

Permalink
Update densityEnrichment.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding committed Sep 19, 2024
1 parent 29a46a9 commit fc5c981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/densityEnrichment.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ densityEnrichment <- function(input.data,
group.by <- "ident"
}

compute.gene.density<-utils::getFromNamespace("compute.gene.density", "GSVA")
compute.gene.density<-utils::getFromNamespace("compute.gene.cdf", "GSVA")

gene.sets <- .GS.check(gene.sets)
gene.set <- gene.sets[[gene.set.use]]
Expand Down

0 comments on commit fc5c981

Please sign in to comment.