Skip to content

Commit

Permalink
chrM fusions removed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadia Davidson committed Apr 21, 2021
1 parent 2a9ea18 commit 3cd61a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions compile_results.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ for(i in 1:length(dir)){
single_list$sample<-rep(dir[i],length(single_list$transcript))
#rearrange
n=dim(single_list)[2]
show(n)
show(summary_files[i])
full_list<-rbind(full_list,single_list)
}
colnames(full_list)<-gsub("_"," ",colnames(full_list))
Expand Down
2 changes: 1 addition & 1 deletion make_final_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ REGGAP=200 #fusions with less than this kb gap and no rearanngments will be flag
TRAN_GAP_MAX=30 #gaps in the blat alignment which are smaller that this will be adjusted for by widening the block size.
MIN_LOW_SPANNING_READS=2 #LowConfidence calls with less than this many spanning reads will be remove
REMOVE_ALT=TRUE
REMOVE_CHRM=FALSE #TRUE
REMOVE_CHRM=TRUE

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

0 comments on commit 3cd61a2

Please sign in to comment.