Skip to content

Commit

Permalink
latest files
Browse files Browse the repository at this point in the history
  • Loading branch information
xlucpu committed Sep 5, 2020
1 parent 9fa8605 commit d2eca77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/compDrugsen.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ compDrugsen <- function(moic.res = NULL,
predictedPtype <- predictedBoxdat <- list()

for (drug in drugs) {
set.seed(seed)

predictedPtype[[drug]] <- SimDesign::quiet(pRRopheticPredict(testMatrix = as.matrix(gset[,rownames(annCol)]),
drug = drug,
tissueType = tissueType,
Expand Down

0 comments on commit d2eca77

Please sign in to comment.