We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 090e948 + 24c6534 commit 9371845Copy full SHA for 9371845
1 file changed
R/alra.R
@@ -200,7 +200,7 @@ RunALRA.Seurat <- function(
200
k <- alra.previous[["k"]]
201
message("Using previously computed value of k")
202
}
203
- data.used <- GetAssayData(object = object, assay = assay, slot = slot)[genes.use,]
+ data.used <- GetAssayData(object = object, assay = assay, layer = slot)[genes.use,]
204
# Choose k with heuristics if k is not given
205
if (is.null(x = k)) {
206
# set K based on data dimension
0 commit comments