From e3ea8e8dce63c0746605f64263619e9a7bc562dd Mon Sep 17 00:00:00 2001 From: Llib-G <144194989+Llib-G@users.noreply.github.com> Date: Wed, 13 Sep 2023 12:52:37 +0800 Subject: [PATCH] Update deltanetsPlus.R Line 195 calls example data when it should call user data --- deltanetsPlus/R/deltanetsPlus.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltanetsPlus/R/deltanetsPlus.R b/deltanetsPlus/R/deltanetsPlus.R index 5751c1f..79506fb 100644 --- a/deltanetsPlus/R/deltanetsPlus.R +++ b/deltanetsPlus/R/deltanetsPlus.R @@ -192,7 +192,7 @@ deltanetsPlus <- function(data, slope=NULL, grn=NULL, perturbation=c("group","in }else{ grn_usage = FALSE - dgi = 1:nrow(lfc) + dgi = 1:nrow(lfc) ## This line calls example data when it is supposed to call user's data if(!is.null(gset)){