File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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}
3735colnames(full_list )<- gsub(" _" ," " ,colnames(full_list ))
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ REGGAP=200 #fusions with less than this kb gap and no rearanngments will be flag
3939TRAN_GAP_MAX = 30 # gaps in the blat alignment which are smaller that this will be adjusted for by widening the block size.
4040MIN_LOW_SPANNING_READS = 2 # LowConfidence calls with less than this many spanning reads will be remove
4141REMOVE_ALT = TRUE
42- REMOVE_CHRM = FALSE # TRUE
42+ REMOVE_CHRM = TRUE
4343
4444# load all the input files to data.frames
4545fusion_info <- read.delim(fusion_info_file ,stringsAsFactors = F )
You can’t perform that action at this time.
0 commit comments