Skip to content

Commit

Permalink
Only show the top 50 intersections
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Dec 31, 2024
1 parent 82a4971 commit a131578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/extdata/process_basic_template.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,8 @@ tmpsign <- tmpsign[rowSums(tmpsign) > 0, , drop = FALSE]
colnames(tmpsign) <- gsub("\\.showInVolcano$", "", colnames(tmpsign))
if (length(tests) > 1 && sum(colSums(tmpsign) > 0) > 1) {
ComplexUpset::upset(tmpsign, intersect = colnames(tmpsign),
sort_intersections_by = "cardinality")
sort_intersections_by = "cardinality",
n_intersections = 50)
}
```

Expand Down

0 comments on commit a131578

Please sign in to comment.