Skip to content

Commit f95fb5a

Browse files
committed
fix typo in plot_factors (#172), update man
1 parent 78f1ded commit f95fb5a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ VignetteBuilder: knitr
3030
LazyData: false
3131
StagedInstall: no
3232
NeedsCompilation: yes
33-
RoxygenNote: 7.2.3
33+
RoxygenNote: 7.3.3
3434
SystemRequirements: Python (>=3), numpy, pandas, h5py, scipy, argparse, sklearn, mofapy2

R/plot_factors.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ plot_factor <- function(object, factors = 1, groups = "all",
251251
#' @param color_by specifies groups or values used to color the samples. This can be either:
252252
#' (1) a character giving the name of a feature present in the training data.
253253
#' (2) a character giving the name of a column present in the sample metadata.
254-
#' (3) a vector of the name length as the number of samples specifying discrete groups or continuous numeric values.
254+
#' (3) a vector of the same length as the number of samples specifying discrete groups or continuous numeric values.
255255
#' @param shape_by specifies groups or values used to shape the samples. This can be either:
256256
#' (1) a character giving the name of a feature present in the training data,
257257
#' (2) a character giving the name of a column present in the sample metadata.

man/create_mofa_from_Seurat.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/plot_factors.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)