Skip to content

Commit 126947e

Browse files
committed
roxygenize umap scatterPlot
1 parent 60e196d commit 126947e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ Suggests:
5454
org.Ss.eg.db,
5555
org.Xl.eg.db
5656
VignetteBuilder: knitr
57-
RoxygenNote: 7.1.1
57+
RoxygenNote: 7.2.0
5858
biocViews: Annotation, Clustering, GO, Network, Pathways, Software
5959
NeedsCompilation: no

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ importFrom(stats,setNames)
2626
importFrom(tm,Corpus)
2727
importFrom(tm,TermDocumentMatrix)
2828
importFrom(treemap,treemap)
29+
importFrom(umap,umap)
2930
importFrom(wordcloud,wordcloud)

R/plotlib.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
#'
44
#' @param simMatrix a (square) similarity matrix.
55
#' @param reducedTerms a data.frame with the reduced terms from reduceSimMatrix()
6+
#' @param algorithm algorithm for dimensionality reduction. Either pca or umap.
67
#' @param size what to use as point size. Can be either GO term's "size" or "score"
78
#' @param addLabel add labels with the most representative term of the group.
89
#' @param labelSize text size in the label.
9-
#' @return ggplot2 object raedy to be printed (or manipulated)
10+
#' @return ggplot2 object ready to be printed (or manipulated)
1011
#' @details Distances between points represent the similarity between terms.
1112
#' Axes are the first 2 components of applying a PCoA to the (di)similarity matrix.
1213
#' Size of the point represents the provided scores or, in its absence, the number

man/scatterPlot.Rd

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

0 commit comments

Comments
 (0)