Skip to content

Commit 33fcd76

Browse files
committed
fix bug
1 parent f6b8dbd commit 33fcd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utilities.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ check_se_dimnames <- function(se) {
698698
)
699699

700700
}
701-
}
701+
702702
if (is.null(rownames(se)) &&
703703
length(assays(se)) > 0) {
704704
rn <- vapply(assays(se, withDimnames = FALSE), function(x) !is.null(rownames(x)), FALSE)

0 commit comments

Comments
 (0)