From a10f331e865685598894cb7f742c621a7481070c Mon Sep 17 00:00:00 2001 From: HelenaLC Date: Sat, 9 May 2026 21:46:33 +0200 Subject: [PATCH] revert to drop=TRUE for matching table values properly --- R/plotFrame.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/plotFrame.R b/R/plotFrame.R index 4dc5940..e98ff8d 100644 --- a/R/plotFrame.R +++ b/R/plotFrame.R @@ -64,7 +64,7 @@ NULL if (is.character(val)) { z <- tryCatch( error=\(e) NULL, - getTable(x, i, val, assay=assay, drop=FALSE)) + getTable(x, i, val, assay=assay)) if (!is.null(z)) { fd <- data.frame(z) names(fd) <- val