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 c435514 commit d29d7b8Copy full SHA for d29d7b8
R/print_method.R
@@ -40,7 +40,7 @@ tbl_format_header.tidySingleCellExperiment <- function(x, setup, ...){
40
41
# Add further info single-cell
42
append(sprintf(
43
- "\033[90m Features=%s | cells=%s | Assays=%s\033[39m",
+ "\033[90m Features=%s | Cells=%s | Assays=%s\033[39m",
44
number_of_features,
45
nrow(x),
46
assay_names %>% paste(collapse=", ")
0 commit comments