Skip to content

Commit 13175b7

Browse files
authored
Update IP.R
1 parent 8517b35 commit 13175b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IntegratedPerformance.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ dev.off()
211211
load(paste0(dir.Input,"/CCLEexpression.RData"))
212212
allMap<-getAllMap(allSymbol,rownames(CCLEexpression))
213213
CCLEexpression<-updateRownames(CCLEexpression,allMap)
214-
NotExpr<-ADAM2.PercentileCF(1/CCLEexpression,display=FALSE)$cfgenes
214+
NotExpr<-ADAM2.PercentileCF(-1*CCLEexpression,display=FALSE)$cfgenes
215215
NotExpr<-as.matrix(NotExpr,ncol=1)
216216
rownames(NotExpr)<-NotExpr
217217
allMap<-getAllMap(allSymbol,NotExpr[,1])

0 commit comments

Comments
 (0)