Skip to content

Commit 3cd61a2

Browse files
author
Nadia Davidson
committed
chrM fusions removed by default
1 parent 2a9ea18 commit 3cd61a2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

compile_results.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ for(i in 1:length(dir)){
3030
single_list$sample<-rep(dir[i],length(single_list$transcript))
3131
#rearrange
3232
n=dim(single_list)[2]
33-
show(n)
34-
show(summary_files[i])
3533
full_list<-rbind(full_list,single_list)
3634
}
3735
colnames(full_list)<-gsub("_"," ",colnames(full_list))

make_final_table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ REGGAP=200 #fusions with less than this kb gap and no rearanngments will be flag
3939
TRAN_GAP_MAX=30 #gaps in the blat alignment which are smaller that this will be adjusted for by widening the block size.
4040
MIN_LOW_SPANNING_READS=2 #LowConfidence calls with less than this many spanning reads will be remove
4141
REMOVE_ALT=TRUE
42-
REMOVE_CHRM=FALSE #TRUE
42+
REMOVE_CHRM=TRUE
4343

4444
#load all the input files to data.frames
4545
fusion_info<-read.delim(fusion_info_file,stringsAsFactors=F)

0 commit comments

Comments
 (0)