Skip to content

Commit

Permalink
Fix omission in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Plessy committed May 13, 2024
1 parent d042209 commit cc7cba6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/TSSlogo.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ setMethod("TSSlogo", signature("TagClusters"),
TSSlogo(x$dominant_ctss |> as("CTSS"), upstream = upstream, downstream = downstream)
})

#' @rdname TSSlogo

setMethod("TSSlogo", signature("ConsensusClusters"),
function (x, upstream = 10, downstream = 10) {
TSSlogo(x$dominant_ctss |> as("CTSS"), upstream = upstream, downstream = downstream)
Expand Down
3 changes: 3 additions & 0 deletions man/TSSlogo.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc7cba6

Please sign in to comment.