From dd01d55bdf1eea2c052218d28ae49ff7c9fdc0c3 Mon Sep 17 00:00:00 2001 From: Khodadadi-Jamayran Date: Wed, 3 Mar 2021 18:05:32 -0500 Subject: [PATCH] bug fixed --- DESCRIPTION | 2 +- R/F0021.R | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 64902d4..0f6f05d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -27,7 +27,7 @@ RoxygenNote: 7.1.1 BugReports: https://github.com/rezakj/iCellR/issues URL: https://github.com/rezakj/iCellR NeedsCompilation: yes -Packaged: 2021-03-03 22:51:06 UTC; khodaa01 +Packaged: 2021-03-03 22:59:24 UTC; khodaa01 Author: Alireza Khodadadi-Jamayran [aut, cre] (), Joseph Pucella [aut, ctb] (), diff --git a/R/F0021.R b/R/F0021.R index 7384563..b090d1e 100644 --- a/R/F0021.R +++ b/R/F0021.R @@ -39,6 +39,8 @@ clust.avg.exp <- function (x = NULL, Table <- x@imputed.data } # Table = x@main.data + datalist <- list() + ### for(i in conditions){ IDs <- rownames(subset(DATA1, sampleCondition == i)) DATA <- Table[ , which(names(Table) %in% IDs)]