Skip to content

Commit 9324e77

Browse files
authored
revert to drop=TRUE for matching table values properly
2 parents 4ddf47c + a10f331 commit 9324e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/plotFrame.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ NULL
6464
if (is.character(val)) {
6565
z <- tryCatch(
6666
error=\(e) NULL,
67-
getTable(x, i, val, assay=assay, drop=FALSE))
67+
getTable(x, i, val, assay=assay))
6868
if (!is.null(z)) {
6969
fd <- data.frame(z)
7070
names(fd) <- val

0 commit comments

Comments
 (0)