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.
1 parent 7512c95 commit 41866c2Copy full SHA for 41866c2
R/app_ui.R
@@ -318,7 +318,7 @@ app_ui <- function() {
318
numericInput(
319
"grid_nrow",
320
label = "N rows",
321
- value = round(length(unique(spe$sample_id)) / 3 + 0.5),
+ value = round(length(unique(spe$sample_id)) / (3 * 4) + 0.5),
322
min = 1
323
),
324
@@ -418,7 +418,7 @@ app_ui <- function() {
418
419
"gene_grid_nrow",
420
421
422
423
424
0 commit comments