forked from kevingroup/COMSV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
filter_trans_validation.sh
248 lines (247 loc) · 5.08 KB
/
filter_trans_validation.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
for sp in -8 29 -1 10 4 -4 5 -3 7 6 -5 2 -7 -6 9 -2 8 1 20 21 19 17 15 11 18 13 14 16 12 24 23 22
do
if [ $sp -eq 0 ]
then
continue
fi
if [ $sp -eq -8 ]
then
smp1="A549_BSPQI"
smp="A549"
CTP="LUNG_BRONCHUS"
STP="A549"
elif [ $sp -eq -7 ]
then
smp1="PANC-1"
smp="PANC-1"
CTP="PANCREAS"
STP="PANC-1"
elif [ $sp -eq -6 ]
then
smp1="SK-N-MC"
smp="SK-N-MC"
CTP="BRAIN"
STP="SK-N-MC"
elif [ $sp -eq -5 ]
then
smp1="H460_BspQI"
smp="NCI-H460 Nt.BspQI"
CTP="LUNG_BRONCHUS"
STP="NCI-H460"
elif [ $sp -eq -4 ]
then
smp1="K562_BspQI"
smp="K562 Nt.BspQI"
CTP="BLOOD_BONE_MARROW_HEMATOPOIETIC_SYS"
STP="K562"
elif [ $sp -eq -3 ]
then
smp1="LNCaP_BspQI"
smp="LNCaP Nt.BspQI"
CTP="PROSTATE_GLAND"
STP="LNCAP"
elif [ $sp -eq -2 ]
then
smp1="T47D_BspQI"
smp="T47D Nt.BspQI"
CTP="BREAST"
STP="T47D"
elif [ $sp -eq -1 ]
then
smp1="Caki2_BspQI"
smp="Caki2 Nt.BspQI"
CTP="KIDNEY"
STP="Caki2"
elif [ $sp -eq 1 ]
then
smp="261T"
smp1="261T"
CTP="LIVER"
STP="-"
# rm validation_databases_complex/validation_results_all_novel.txt
elif [ $sp -eq 2 ]
then
smp="NCI-H460 DLE-1"
smp1="H460_DLE-1"
CTP="LUNG_BRONCHUS"
STP="NCI-H460"
elif [ $sp -eq 3 ]
then
continue
smp="HCC827_DLE1"
CTP="-"
STP="-"
elif [ $sp -eq 4 ]
then
smp="Huh7"
smp1="Huh7"
CTP="LIVER"
STP="-"
elif [ $sp -eq 5 ]
then
smp="K562 DLE-1"
smp1="K562_DLE-1"
CTP="BLOOD_BONE_MARROW_HEMATOPOIETIC_SYS"
STP="K562"
elif [ $sp -eq 6 ]
then
# continue
smp="LO2"
smp1="LO2"
CTP="-"
STP="-"
elif [ $sp -eq 7 ]
then
smp="LNCaP DLE-1"
smp1="LNCaP_DLE-1"
CTP="PROSTATE_GLAND"
STP="LNCAP"
elif [ $sp -eq 8 ]
then
smp="T47D DLE-1"
smp1="T47D_DLE-1"
CTP="BREAST"
STP="T47D"
elif [ $sp -eq 9 ]
then
smp="SK-BR-3"
smp1="SK-BR-3"
CTP="BREAST"
STP="SKBR3"
elif [ $sp -eq 10 ]
then
smp="Caki2 DLE-1"
smp1="Caki2_DLE-1"
CTP="KIDNEY"
STP="Caki2"
elif [ $sp -eq 11 ]
then
# continue
smp="7403 Non-cancer"
smp1="7403_Non-cancer"
CTP="-"
STP="-"
elif [ $sp -eq 12 ]
then
# continue
smp="7622 Non-cancer"
smp1="7622_Non-cancer"
CTP="-"
STP="-"
elif [ $sp -eq 13 ]
then
smp="7528 Cancer"
smp1="7528_Cancer"
CTP="MOUTH"
STP="-"
elif [ $sp -eq 14 ]
then
# continue
smp="7528 Non-cancer"
smp1="7528_Non-cancer"
CTP="-"
STP="-"
elif [ $sp -eq 15 ]
then
smp="7403 Cancer"
smp1="7403_Cancer"
CTP="MOUTH"
STP="-"
elif [ $sp -eq 16 ]
then
smp1="7622_Cancer"
smp="7622 Cancer"
CTP="MOUTH"
STP="-"
elif [ $sp -eq 17 ]
then
# continue
smp1="7052_Non-cancer"
smp="7052 Non-cancer"
CTP="-"
STP="-"
elif [ $sp -eq 18 ]
then
smp="7518"
smp1="7518"
CTP="THYROID_GLAND"
STP="-"
elif [ $sp -eq 19 ]
then
smp1="7052_Cancer"
smp="7052 Cancer"
CTP="MOUTH"
STP="-"
elif [ $sp -eq 20 ]
then
smp1="3096"
smp="3096"
CTP="URINARY_BLADDER"
STP="-"
elif [ $sp -eq 21 ]
then
smp1="3717"
smp="3717"
CTP="THYROID_GLAND"
STP="-"
elif [ $sp -eq 22 ]
then
smp1="14369"
smp="14369"
CTP="LUNG_BRONCHUS"
STP="-"
elif [ $sp -eq 23 ]
then
smp1="10974"
smp="10974"
CTP="LIVER"
STP="-"
elif [ $sp -eq 24 ]
then
smp1="7708"
smp="7708"
CTP="THYROID_GLAND"
STP="-"
elif [ $sp -eq 25 ]
then
bash generate_shuffle_complex.sh
smp="Shuffle DLE-1"
smp1="Shuffle_DLE-1"
CTP="-"
STP="-"
elif [ $sp -eq 26 ]
then
bash generate_shuffle_complex_BSPQI.sh
smp="Shuffle Nt.BspQI"
smp1="Shuffle_BSPQI"
CTP="-"
STP="-"
elif [ $sp -eq 27 ]
then
smp="Total DLE-1"
smp1="Total_DLE-1"
CTP="-"
STP="-"
elif [ $sp -eq 28 ]
then
smp="Total Nt.BspQI"
smp1="Total_BSPQI"
CTP="-"
STP="-"
elif [ $sp -eq 29 ]
then
smp1="C666-1"
smp="C666-1"
CTP="ESOPHAGUS"
STP="C666-1"
fi
sed -i 's/\/Deletion//g' translocation_${sp}_dedup.osv
if ! [ -f translocation_${sp}_dedup_unfilter.osv ]
then
cp translocation_${sp}_dedup.osv translocation_${sp}_dedup_unfilter.osv
./compBeds_3col_trans -inputSVFile translocation_${sp}_dedup.osv -inputFSFile density_regions_sorted.bed -outputFile translocation_${sp}_dedup_rem.bed
sed '/compBeds_3col/d' translocation_${sp}_dedup_rem.bed | cut -f5 > val_remove.txt
paste translocation_${sp}_dedup.osv val_remove.txt > translocation_${sp}_dedup_filter.osv
awk '$1<24 && $3<24 && $NF==0' translocation_${sp}_dedup_filter.osv | sed 's/\/Deletion//g' > translocation_${sp}_dedup.osv
fi
done