Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Khodadadi-Jamayran committed Mar 3, 2021
1 parent bb3ccbc commit dd01d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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]
(<https://orcid.org/0000-0003-2495-7504>),
Joseph Pucella [aut, ctb] (<https://orcid.org/0000-0003-0875-8046>),
Expand Down
2 changes: 2 additions & 0 deletions R/F0021.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit dd01d55

Please sign in to comment.