Skip to content

Commit 085be5c

Browse files
authored
Update external file Refs IP script
1 parent e01b32e commit 085be5c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

IntegratedPerformance.R

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ dev.off()
6262

6363

6464

65-
###Figure 5b - recall of essential genes###
66-
CEbroad<-read.csv(paste0(dir.Input,"/priorcommonessentials.csv"),header=T,stringsAsFactors = F)
67-
CEbroad<-apply(CEbroad,1,function(x) strsplit(x," ",fixed=TRUE)[[1]][1])
68-
CEbroad<-intersect(rownames(BinaryCCR3),CEbroad)
69-
NCEbroad<-read.csv(paste0(dir.Input,"/priornonessentials.csv"),header=T,stringsAsFactors = F)
70-
NCEbroad<-apply(NCEbroad,1,function(x) strsplit(x," ",fixed=TRUE)[[1]][1])
71-
NCEbroad<-intersect(rownames(BinaryCCR3),NCEbroad)
72-
7365
###use Broad 90th depletion method ###
7466
load(paste0(dir.MergeFile,"/BroadDataCERES.Rdata"))
7567
load(paste0(dir.MergeFile,"/SangerDataCERES.Rdata"))

0 commit comments

Comments
 (0)