Skip to content

Commit f6c2d5e

Browse files
committed
Merge branch 'dev' of https://github.com/jr-leary7/scLANE into dev
2 parents 0f8f9fd + 97d7e3a commit f6c2d5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/getFittedValues.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
#' @param test.dyn.res The output from \code{\link{testDynamic}}. Defaults to NULL.
1111
#' @param genes A character vector of genes to generate fitted values for. Defaults to NULL.
1212
#' @param pt A data.frame of pseudotime values for each cell. Defaults to NULL.
13-
#' @param expr.mat Either a \code{SingleCellExperiment} or \code{Seurat} object from which counts can be extracted, or a matrix of integer-valued counts with genes as rows & cells as columns. Defaults to NULL.
13+
#' @param expr.mat Either a \code{SingleCellExperiment}, \code{Seurat}, or \code{cell_data_set} object from which counts can be extracted, or a matrix of integer-valued counts with genes as rows & cells as columns. Defaults to NULL.
1414
#' @param size.factor.offset (Optional) An offset to be used to rescale the fitted values. Can be generated easily with \code{\link{createCellOffset}}. No need to provide if the GEE backend was used. Defaults to NULL.
1515
#' @param log1p.norm (Optional) Should log1p-normalized versions of expression & model predictions be returned as well? Defaults to TRUE.
1616
#' @param cell.meta.data (Optional) A data.frame of metadata values for each cell (celltype label, subject characteristics, tissue type, etc.) that will be included in the result table. Defaults to NULL.
1717
#' @param is.gee Was the GEE mode used to fit the models? Defaults to FALSE.
1818
#' @param id.vec (Optional) A vector of subject IDs used in fitting GEE or GLMM models. Defaults to NULL.
1919
#' @param ci.alpha (Optional) The pre-specified Type I Error rate used in generating (\eqn{1 - \alpha})\% CIs. Defaults to good old 0.05.
20-
#' @param filter.lineage (Optional) A character vector of lineages to filter out before generating the final plot. Should be letters, i.e. lineage "A" or "B". Defaults to NULL.
20+
#' @param filter.lineage (Optional) A character vector of lineages to filter out. Should be letters, i.e. lineage "A" or "B". Defaults to NULL.
2121
#' @return A data.frame containing depth- and log1p-normalized expression, model predictions, and cell-level metadata.
2222
#' @export
2323
#' @examples

man/getFittedValues.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.

0 commit comments

Comments
 (0)