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 bf8e80e commit 6b77c5bCopy full SHA for 6b77c5b
R/print_method.R
@@ -34,7 +34,7 @@ tbl_format_header.tidySummarizedExperiment <- function(x, setup, ...) {
34
) %>%
35
# Add further info single-cell
36
append( cli::col_br_black( sprintf(
37
- " Features=%s | Samples=%s | Assays=",
+ " Features=%s | Samples=%s | Assays=%s",
38
number_of_features,
39
number_of_samples,
40
assay_names %>% paste(collapse=", ")
0 commit comments