Skip to content

Commit

Permalink
Merge pull request #18 from wolfganghuber/devel
Browse files Browse the repository at this point in the history
Some wording improvements
  • Loading branch information
wolfganghuber authored Aug 23, 2024
2 parents 39aebda + 01a7c30 commit 52b072c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 24 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: lemur
Type: Package
Title: Latent Embedding Multivariate Regression
Version: 1.3.3
Version: 1.3.5
Authors@R: person("Constantin", "Ahlmann-Eltze", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3762-068X"))
Description: Fit a latent embedding multivariate regression (LEMUR) model to multi-condition
Expand Down Expand Up @@ -44,7 +44,7 @@ Suggests:
dplyr,
edgeR,
knitr,
rmarkdown,
quarto,
BiocStyle
LinkingTo:
Rcpp,
Expand Down
2 changes: 1 addition & 1 deletion R/lemur_fit.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' The `lemur_fit` class
#'
#' The `lemur_fit` class extends [`SingleCellExperiment`] and provides
#' additional accessors to get the values of the values produced by [`lemur`].
#' additional accessors to get the values of the fit produced by [`lemur`]. It is the class of the result returned by [`lemur`].
#'
#' @param object the `lemur_fit` object for the [`BiocGenerics::design`] generic
#' @param x,i,j,...,drop the `lemur_fit` object and indices for the `[` subsetting operator
Expand Down
44 changes: 23 additions & 21 deletions man/lemur.Rd

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

0 comments on commit 52b072c

Please sign in to comment.