We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7636b3d + 359977e commit 00d4f54Copy full SHA for 00d4f54
1 file changed
R/wilcoxauc.R
@@ -90,7 +90,7 @@ wilcoxauc.Seurat <- function(
90
...
91
) {
92
requireNamespace("Seurat")
93
- X_matrix <- Seurat::GetAssayData(X, assay = seurat_assay, slot = assay)
+ X_matrix <- Seurat::GetAssayData(X, assay = seurat_assay, layer = assay)
94
if (is.null(group_by)) {
95
y <- Seurat::Idents(X)
96
} else {
0 commit comments