Skip to content

Commit

Permalink
Resolve #209
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Jun 21, 2024
1 parent 35f3002 commit 317a43b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Authors@R: c(
person("Leo", "Lahti", role=c("ctb"), email="[email protected]", comment = c(ORCID = "0000-0001-5537-637X")),
person("Tuomas", "Borman", role = c("ctb"), comment = c(ORCID = "0000-0002-8563-8884"))
)
Version: 1.33.1
Date: 2024-06-04
Version: 1.33.2
Date: 2024-06-21
License: GPL-3
Title: Single-Cell Analysis Toolkit for Gene Expression Data in R
Description: A collection of tools for doing various analyses of
Expand Down
3 changes: 1 addition & 2 deletions R/plotColData.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
#' @param summary_fun Function to summarize the feature value of each point
#' (e.g. gene expression of each cell) when the points binned, defaults to
#' \code{sum}. Can be either the name of the function or the function itself.
#' @param hex Logical, whether to use \code{\link{geom_hex}}. Note that
#' \code{geom_hex} is broken in \code{ggplot2} version 3.4.0.
#' @param hex Logical, whether to use \code{\link{geom_hex}}.
#' @param ... Additional arguments for visualization, see
#' \code{?"\link{scater-plot-args}"} for details.
#'
Expand Down
3 changes: 1 addition & 2 deletions man/plotColData.Rd

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

3 changes: 1 addition & 2 deletions man/plotExpression.Rd

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

3 changes: 1 addition & 2 deletions man/plotReducedDim.Rd

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

0 comments on commit 317a43b

Please sign in to comment.