Skip to content

Commit cc7cba6

Browse files
author
Charles Plessy
committed
Fix omission in documentation.
1 parent d042209 commit cc7cba6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

R/TSSlogo.R

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ setMethod("TSSlogo", signature("TagClusters"),
4646
TSSlogo(x$dominant_ctss |> as("CTSS"), upstream = upstream, downstream = downstream)
4747
})
4848

49+
#' @rdname TSSlogo
50+
4951
setMethod("TSSlogo", signature("ConsensusClusters"),
5052
function (x, upstream = 10, downstream = 10) {
5153
TSSlogo(x$dominant_ctss |> as("CTSS"), upstream = upstream, downstream = downstream)

man/TSSlogo.Rd

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)