@@ -79,6 +79,7 @@ export const CURRENT_LEVEL_OF_EVIDENCE = 'Current Level of Evidence';
79
79
export const PREVIOUS_LEVEL_OF_EVIDENCE = 'Previous Level of Evidence' ;
80
80
export const DRUGS_ADDED_TO_ONCOKB = `Drug(s) added to ${ ONCOKB_TM } ` ;
81
81
export const DRUGS_CURRENTLY_IN_ONCOKB = `Drug(s) currently in ${ ONCOKB_TM } ` ;
82
+ export const DRUGS_REMOVED_FROM_ONCOKB = `Drug(s) removed from ${ ONCOKB_TM } ` ;
82
83
export const PREVIOUS_BIOMARKER_ASSOCIATION = 'Previous Biomarker Association' ;
83
84
export const CURRENT_BIOMARKER_ASSOCIATION = 'Current Biomarker Association' ;
84
85
@@ -144,6 +145,17 @@ export const CHANGED_ANNOTATION_ADDITIONAL_DRUG_DIFF_LEVEL_COLUMNS = [
144
145
{ name : EVIDENCE } ,
145
146
] ;
146
147
148
+ export const CHANGED_ANNOTATION_DRUG_REMOVAL_COLUMNS = [
149
+ { name : GENE } ,
150
+ { name : MUTATION } ,
151
+ { name : CANCER_TYPE } ,
152
+ { name : PREVIOUS_LEVEL } ,
153
+ { name : CURRENT_LEVEL_OF_EVIDENCE } ,
154
+ { name : DRUGS_CURRENTLY_IN_ONCOKB } ,
155
+ { name : DRUGS_REMOVED_FROM_ONCOKB } ,
156
+ { name : EVIDENCE } ,
157
+ ] ;
158
+
147
159
export const CDX_COLUMNS = [
148
160
{ name : LEVEL } ,
149
161
{ name : GENE } ,
@@ -200,6 +212,215 @@ const EVIDENCE_COLUMN_SEPARATOR = '; ';
200
212
// https://stackoverflow.com/questions/41947168/is-it-possible-to-use-keyof-operator-on-literals-instead-of-interfaces
201
213
202
214
export const NEWS_BY_DATE : { [ date : string ] : NewsData } = {
215
+ '02082024' : {
216
+ news : [
217
+ < span >
218
+ Updated therapeutic implications - Demotion of tumor type-specific level
219
+ of evidence for an alteration(s)
220
+ < Row className = { 'overflow-auto' } >
221
+ < table className = "table" >
222
+ < thead >
223
+ < tr >
224
+ < th > { GENE } </ th >
225
+ < th > { MUTATION } </ th >
226
+ < th > { CANCER_TYPE } </ th >
227
+ < th > { DRUGS } </ th >
228
+ < th > { PREVIOUS_LEVEL } </ th >
229
+ < th > { CURRENT_LEVEL } </ th >
230
+ < th > { REASON } </ th >
231
+ </ tr >
232
+ </ thead >
233
+ < tbody >
234
+ < tr >
235
+ < td >
236
+ < GenePageLink hugoSymbol = "FGFR3" />
237
+ </ td >
238
+ < td >
239
+ < span >
240
+ Fusions (excluding FGFR3-TACC3 Fusion and FGFR3-BAIAP2L1
241
+ Fusion which remain Level 1)
242
+ </ span >
243
+ </ td >
244
+ < td > Bladder Cancer</ td >
245
+ < td > Erdafitinib</ td >
246
+ < td > 1</ td >
247
+ < td > 2</ td >
248
+ < td >
249
+ < WithSeparator separator = { EVIDENCE_COLUMN_SEPARATOR } >
250
+ < Linkout link = "https://www.accessdata.fda.gov/drugsatfda_docs/label/2020/212018s001lbl.pdf" >
251
+ Adherence to FDA-drug label and CDx for Erdafitinib
252
+ </ Linkout >
253
+ < span >
254
+ Inclusion in NCCN Bladder Cancer Guidelines V3.2023
255
+ </ span >
256
+ < PMIDLink pmids = "37870920" />
257
+ </ WithSeparator >
258
+ </ td >
259
+ </ tr >
260
+ </ tbody >
261
+ </ table >
262
+ </ Row >
263
+ </ span > ,
264
+ < span >
265
+ Updated therapeutic implications - Promotion of tumor type-specific
266
+ level of evidence for an alteration(s)
267
+ < Row className = { 'overflow-auto' } >
268
+ < table className = "table" >
269
+ < thead >
270
+ < tr >
271
+ < th > { GENE } </ th >
272
+ < th > { MUTATION } </ th >
273
+ < th > { CANCER_TYPE } </ th >
274
+ < th > { DRUGS } </ th >
275
+ < th > { PREVIOUS_LEVEL } </ th >
276
+ < th > { CURRENT_LEVEL } </ th >
277
+ < th > { REASON } </ th >
278
+ </ tr >
279
+ </ thead >
280
+ < tbody >
281
+ < tr >
282
+ < td >
283
+ < GenePageLink hugoSymbol = "FGFR3" />
284
+ </ td >
285
+ < td >
286
+ < span >
287
+ < WithSeparator separator = { ', ' } >
288
+ { [ 'S371C' , 'G380R' , 'K650' ] . map ( alt => (
289
+ < AlterationPageLink
290
+ hugoSymbol = "FGFR3"
291
+ alteration = { alt }
292
+ />
293
+ ) ) }
294
+ </ WithSeparator >
295
+ </ span >
296
+ </ td >
297
+ < td rowSpan = { 2 } > Bladder Cancer</ td >
298
+ < td rowSpan = { 2 } > Erdafitinib</ td >
299
+ < td > 3A</ td >
300
+ < td > 2</ td >
301
+ < td rowSpan = { 2 } >
302
+ { ' ' }
303
+ < WithSeparator separator = { EVIDENCE_COLUMN_SEPARATOR } >
304
+ < Linkout link = "https://www.accessdata.fda.gov/drugsatfda_docs/label/2020/212018s001lbl.pdf" >
305
+ Adherence to FDA-drug label and CDx for Erdafitinib
306
+ </ Linkout >
307
+ < span >
308
+ Inclusion in NCCN Bladder Cancer Guidelines V3.2023
309
+ </ span >
310
+ < PMIDLink pmids = "37870920" />
311
+ </ WithSeparator >
312
+ </ td >
313
+ </ tr >
314
+ < tr >
315
+ < td >
316
+ < GenePageLink hugoSymbol = "FGFR3" />
317
+ </ td >
318
+ < td >
319
+ < span >
320
+ Oncogenic Mutations (excluding G370C, R248C, S249C, Y373C
321
+ which remain Level 1)
322
+ </ span >
323
+ </ td >
324
+ < td > 4</ td >
325
+ < td > 2</ td >
326
+ </ tr >
327
+ < tr >
328
+ < td >
329
+ < GenePageLink hugoSymbol = "MDM2" />
330
+ </ td >
331
+ < td >
332
+ < span >
333
+ < AlterationPageLink
334
+ hugoSymbol = "MDM2"
335
+ alteration = "Amplification"
336
+ />
337
+ </ span >
338
+ </ td >
339
+ < td >
340
+ Dedifferentiated Liposarcoma, Well-Differentiated Liposarcoma
341
+ </ td >
342
+ < td >
343
+ < div >
344
+ < div style = { { fontStyle : 'italic' } } >
345
+ { DRUGS_CURRENTLY_IN_ONCOKB } :
346
+ </ div >
347
+ < div > Milademetan (Level 4)</ div >
348
+ < br > </ br >
349
+ < div style = { { fontStyle : 'italic' } } >
350
+ { DRUGS_ADDED_TO_ONCOKB } :
351
+ </ div >
352
+ < div > Brigimadlin (Level 3A)</ div >
353
+ </ div >
354
+ </ td >
355
+ < td > 4</ td >
356
+ < td > 3A</ td >
357
+ < td >
358
+ < PMIDLink pmids = "37269344" />
359
+ </ td >
360
+ </ tr >
361
+ </ tbody >
362
+ </ table >
363
+ </ Row >
364
+ </ span > ,
365
+ ] ,
366
+ changedAnnotations : [
367
+ {
368
+ columnHeaderType : AnnotationColumnHeaderType . DRUG_REMOVAL ,
369
+ content : [
370
+ [
371
+ 'FGFR2' ,
372
+ 'Fusions' ,
373
+ 'Bladder Cancer' ,
374
+ 'Level 1' ,
375
+ 'No Level' ,
376
+ < div >
377
+ < div > Erdafitinib (Level 1)</ div >
378
+ < div > AZD4547 (Level 4)</ div >
379
+ </ div > ,
380
+ 'Erdafitinib, AZD4547' ,
381
+ < WithSeparator separator = { EVIDENCE_COLUMN_SEPARATOR } >
382
+ < Linkout link = "https://www.accessdata.fda.gov/drugsatfda_docs/label/2020/212018s001lbl.pdf" >
383
+ Amendment to the FDA-drug label for Erdafitinib
384
+ </ Linkout >
385
+ < span >
386
+ 4/25 (16%) response rate for FGFR2/3 fusion+ bladder cancer, 0/6
387
+ (0%) response for FGFR2 fusion+ bladder cancer
388
+ </ span >
389
+ < PMIDLink pmids = "31340094" />
390
+ </ WithSeparator > ,
391
+ ] ,
392
+ ] ,
393
+ } ,
394
+ ] ,
395
+ updatedImplicationTitle :
396
+ 'Updated therapeutic implications - New alteration(s) with a tumor type-specific level of evidence' ,
397
+ updatedImplication : [
398
+ [
399
+ '3A' ,
400
+ 'MDM2' ,
401
+ 'Amplification' ,
402
+ 'Intimal Sarcoma' ,
403
+ 'Milademetan' ,
404
+ < PMIDLink pmids = { '37369013' } /> ,
405
+ ] ,
406
+ ] ,
407
+ newlyAddedGenes : [
408
+ 'ANKRD26' ,
409
+ 'ARHGAP26' ,
410
+ 'ATIC' ,
411
+ 'CD70' ,
412
+ 'ERCC1' ,
413
+ 'FGF1' ,
414
+ 'FGF2' ,
415
+ 'FGF5' ,
416
+ 'HFE' ,
417
+ 'HOXA11' ,
418
+ 'MN1' ,
419
+ 'PML' ,
420
+ 'SRP72' ,
421
+ 'TNFRSF17' ,
422
+ ] ,
423
+ } ,
203
424
'01172024' : {
204
425
priorityNews : [
205
426
< span >
0 commit comments