Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangchuangYu committed Oct 30, 2024
1 parent ffcd4ec commit 82ea9f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions R/AllGenerics.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
##' dotplot(xx2, group = TRUE)
##' dotplot(xx2, x = "GeneRatio", group = TRUE, size = "count")
##' }
##' @author Guangchuang Yu
setGeneric("dotplot",
function(object, ...)
standardGeneric("dotplot")
Expand Down Expand Up @@ -87,6 +88,7 @@ setGeneric("dotplot",
##' xx2 <- pairwise_termsim(xx)
##' emapplot(xx2)
##' }
##' @author Guangchuang Yu
setGeneric("emapplot",
function(x, ...)
standardGeneric("emapplot")
Expand Down Expand Up @@ -164,6 +166,7 @@ setGeneric("pairwise_termsim",
##' goplot(yy)
##' goplot(yy, showCategory = 5)
##' }
##' @author Guangchuang Yu
setGeneric("goplot",
function(x, showCategory = 10, color = "p.adjust",
layout = "sugiyama", geom = "text", ...)
Expand All @@ -187,6 +190,7 @@ setGeneric("goplot",
##' data(geneList)
##' x <- gseDO(geneList)
##' gseaplot(x, geneSetID=1)
##' @author Guangchuang Yu
setGeneric("gseaplot",
function(x, geneSetID, by = "all", title = "", ...) {
standardGeneric("gseaplot")
Expand Down Expand Up @@ -271,6 +275,7 @@ setGeneric("volplot",
##' data(geneList)
##' x <- gseDO(geneList)
##' ridgeplot(x)
##' @author Guangchuang Yu
setGeneric("ridgeplot",
function(x, showCategory=30, fill="p.adjust", core_enrichment = TRUE,
label_format = 30, ...)
Expand All @@ -289,6 +294,7 @@ setGeneric("ridgeplot",
##' @param ... additional parameters
##' @return plot
##' @export
##' @author Guangchuang Yu
setGeneric("upsetplot", function(x, ...) standardGeneric("upsetplot"))


Expand Down Expand Up @@ -387,6 +393,7 @@ setGeneric("treeplot",
##' ego2 <- pairwise_termsim(ego, method = "Wang", semData = d)
##' ssplot(ego2)
##' }
##' @author Guangchuang Yu
setGeneric("ssplot",
function(x, ...)
standardGeneric("ssplot")
Expand Down
3 changes: 3 additions & 0 deletions man/goplot.Rd

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

3 changes: 3 additions & 0 deletions man/ssplot.Rd

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

0 comments on commit 82ea9f1

Please sign in to comment.