From f7a80f65af2a5031a0da2e67e2411267c8eda9c5 Mon Sep 17 00:00:00 2001 From: Lukas Weber Date: Thu, 31 Mar 2022 10:37:18 -0400 Subject: [PATCH] formatting --- R/nnSVG.R | 2 +- man/nnSVG.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/nnSVG.R b/R/nnSVG.R index f19f4f5..890e944 100644 --- a/R/nnSVG.R +++ b/R/nnSVG.R @@ -49,7 +49,7 @@ #' input object containing the preprocessed gene expression values. For #' example, \code{logcounts} for log-transformed normalized counts from the #' \code{scran} package, or \code{binomial_deviance_residuals} for deviance -#' residuals from the \code{scry} package. Default = \code{logcounts}. +#' residuals from the \code{scry} package. Default = \code{"logcounts"}. #' #' @param n_neighbors \code{integer}: Number of nearest neighbors for fitting #' the nearest-neighbor Gaussian process (NNGP) model with BRISC. The default diff --git a/man/nnSVG.Rd b/man/nnSVG.Rd index a516ad1..3d89421 100644 --- a/man/nnSVG.Rd +++ b/man/nnSVG.Rd @@ -32,7 +32,7 @@ intercept-only model.} input object containing the preprocessed gene expression values. For example, \code{logcounts} for log-transformed normalized counts from the \code{scran} package, or \code{binomial_deviance_residuals} for deviance -residuals from the \code{scry} package. Default = \code{logcounts}.} +residuals from the \code{scry} package. Default = \code{"logcounts"}.} \item{n_neighbors}{\code{integer}: Number of nearest neighbors for fitting the nearest-neighbor Gaussian process (NNGP) model with BRISC. The default