From 14e36509016ad3172239b2d25025b68dd6ef4087 Mon Sep 17 00:00:00 2001 From: Jack Leary Date: Mon, 28 Oct 2024 17:57:27 -0400 Subject: [PATCH] minor docs update --- R/plotModelCoefs.R | 2 +- man/plotModelCoefs.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/plotModelCoefs.R b/R/plotModelCoefs.R index c1e0d60..6ff107a 100644 --- a/R/plotModelCoefs.R +++ b/R/plotModelCoefs.R @@ -24,7 +24,7 @@ #' cell_offset <- createCellOffset(sim_counts) #' scLANE_de_res <- getResultsDE(scLANE_models) #' plotModelCoefs(scLANE_models, -#' gene = scLANE_de_res$Gene[1], +#' gene = "ACLY", #' pt = sim_pseudotime, #' expr.mat = sim_counts, #' size.factor.offset = cell_offset) diff --git a/man/plotModelCoefs.Rd b/man/plotModelCoefs.Rd index bdff591..f93b7ee 100644 --- a/man/plotModelCoefs.Rd +++ b/man/plotModelCoefs.Rd @@ -42,7 +42,7 @@ data(scLANE_models) cell_offset <- createCellOffset(sim_counts) scLANE_de_res <- getResultsDE(scLANE_models) plotModelCoefs(scLANE_models, - gene = scLANE_de_res$Gene[1], + gene = "ACLY", pt = sim_pseudotime, expr.mat = sim_counts, size.factor.offset = cell_offset)