forked from AlexsLemonade/OpenPBTA-manuscript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manual-references.json
4382 lines (4382 loc) · 147 KB
/
manual-references.json
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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"id": "biorxiv:10.1101/2021.07.06.451385",
"type": "article-journal",
"container-title": "bioRxiv",
"page": "2021.07.06.451385",
"DOI": "10.1101/2021.07.06.451385",
"abstract": "Pediatric brain tumors are the leading cause of cancer death in children with an urgent need for innovative therapies. Here we show that the cell surface oncoprotein glypican 2 (GPC2) is highly expressed on multiple lethal pediatric brain tumors, including medulloblastomas, embryonal tumors with multi-layered rosettes, other CNS embryonal tumors, as well as definable subsets of highly malignant gliomas. To target GPC2 on these pediatric brain tumors with adoptive cellular therapies and mitigate potential inflammatory neurotoxicity, we developed four mRNA chimeric antigen receptor (CAR) T cell constructs using the highly GPC2-specific fully human D3 single chain variable fragment. First, we validated and prioritized these CARs using in vitro cytotoxicity and T cell degranulation assays with GPC2-expressing neuroblastoma cells. Next, we expanded the testing of the two most potent GPC2-directed CAR constructs prioritized from these studies to GPC2-expressing medulloblastoma and high-grade glioma cell lines, showing significant GPC2-specific cell death in multiple models. Finally, locoregional delivery bi-weekly of two to four million GPC2-directed mRNA CAR T cells induced significant and sustained tumor regression in two orthotopic medulloblastoma models, and significantly prolonged survival in an aggressive orthotopic thalamic diffuse midline glioma model. No GPC2-directed CAR T cell related neurologic or systemic toxicity was observed. Taken together, these data show that GPC2 is a highly differentially expressed cell surface protein on multiple malignant pediatric brain tumors that can be targeted safely with local delivery of mRNA CAR T cells.One Sentence Summary Glypican 2 is expressed on the surface of multiple pediatric brain tumors and can be successfully targeted with mRNA chimeric antigen receptor T cells.Competing Interest StatementT.S. is currently employed by Spark Therapeutics. K.K. is currently employed by BioNTech and is an inventor on a patent related to use of nucleoside-modified mRNA. D.M.B. is currently employed by Tmunity Therapeutics. J.B.F., D.M.B, J.M.M., and K.R.B. hold patents for the discovery and development of immunotherapies for cancer, including patents related to GPC2-directed immunotherapies. K.R.B. and J.M.M. receive research funding from Tmunity for research on GPC2-directed immunotherapies and J.B.F., D.M.B, J.M.M., and K.R.B. receive royalties from Tmunity for licensing of GPC2-related intellectual property. J.M.M. is a founder of both Tantigen Bio and Hula Therapeutics, focused on cellular therapies for childhood cancers, but neither are working on GPC2-directed therapeutics. All other authors have nothing to disclose.",
"genre": "preprint",
"language": "en",
"source": "DOI.org (Crossref)",
"title": "Development of GPC2-directed chimeric antigen receptors using mRNA for pediatric brain tumors",
"URL": "https://www.biorxiv.org/content/10.1101/2021.07.06.451385v2",
"author": [
{
"family": "Foster",
"given": "Jessica B."
},
{
"family": "Griffin",
"given": "Crystal"
},
{
"family": "Rokita",
"given": "Jo Lynne"
},
{
"family": "Stern",
"given": "Allison"
},
{
"family": "Brimley",
"given": "Cameron"
},
{
"family": "Rathi",
"given": "Komal"
},
{
"family": "Lane",
"given": "Maria V."
},
{
"family": "Buongervino",
"given": "Samantha N."
},
{
"family": "Smith",
"given": "Tiffany"
},
{
"family": "Madsen",
"given": "Peter J."
},
{
"family": "Martinez",
"given": "Daniel"
},
{
"family": "Wechsler-Reya",
"given": "Robert J."
},
{
"family": "Karikó",
"given": "Katalin"
},
{
"family": "Storm",
"given": "Phillip B."
},
{
"family": "Barrett",
"given": "David M."
},
{
"family": "Resnick",
"given": "Adam C."
},
{
"family": "Maris",
"given": "John M."
},
{
"family": "Bosse",
"given": "Kristopher R."
}
],
"accessed": {
"date-parts": [
[
"2022",
8,
11
]
]
},
"issued": {
"date-parts": [
[
"2021",
7,
7
]
]
}
},
{
"id": "biorxiv:10.1101/201178",
"type": "article-journal",
"container-title": "bioRxiv",
"title": "Scaling accurate genetic variant discovery to tens of thousands of samples",
"page": "201178",
"DOI": "10.1101/201178",
"language": "en",
"abstract": "Comprehensive disease gene discovery in both common and rare diseases will require the efficient and accurate detection of all classes of genetic variation across tens to hundreds of thousands of human samples. We describe here a novel assembly-based approach to variant calling, the GATK HaplotypeCaller (HC) and Reference Confidence Model (RCM), that determines genotype likelihoods independently per-sample but performs joint calling across all samples within a project simultaneously. We show by calling over 90,000 samples from the Exome Aggregation Consortium (ExAC) that, in contrast to other algorithms, the HC-RCM scales efficiently to very large sample sizes without loss in accuracy; and that the accuracy of indel variant calling is superior in comparison to other algorithms. More importantly, the HC-RCM produces a fully squared-off matrix of genotypes across all samples at every genomic position being investigated. The HC-RCM is a novel, scalable, assembly-based algorithm with abundant applications for population genetics and clinical studies.",
"source": "bioRxiv",
"URL": "https://www.biorxiv.org/content/10.1101/201178v3",
"author": [
{
"family": "Poplin",
"given": "Ryan"
},
{
"family": "Ruano-Rubio",
"given": "Valentin"
},
{
"family": "DePristo",
"given": "Mark A."
},
{
"family": "Fennell",
"given": "Tim J."
},
{
"family": "Carneiro",
"given": "Mauricio O."
},
{
"family": "Auwera",
"given": "Geraldine A. Van",
"dropping-particle": "der"
},
{
"family": "Kling",
"given": "David E."
},
{
"family": "Gauthier",
"given": "Laura D."
},
{
"family": "Levy-Moonshine",
"given": "Ami"
},
{
"family": "Roazen",
"given": "David"
},
{
"family": "Shakir",
"given": "Khalid"
},
{
"family": "Thibault",
"given": "Joel"
},
{
"family": "Chandran",
"given": "Sheila"
},
{
"family": "Whelan",
"given": "Chris"
},
{
"family": "Lek",
"given": "Monkol"
},
{
"family": "Gabriel",
"given": "Stacey"
},
{
"family": "Daly",
"given": "Mark J."
},
{
"family": "Neale",
"given": "Ben"
},
{
"family": "MacArthur",
"given": "Daniel G."
},
{
"family": "Banks",
"given": "Eric"
}
],
"accessed": {
"date-parts": [
[
"2022",
8,
11
]
]
},
"issued": {
"date-parts": [
[
"2018",
7,
24
]
]
}
},
{
"id": "biorxiv:10.1101/861054",
"type": "article-journal",
"container-title": "bioRxiv",
"title": "Calling Somatic SNVs and Indels with Mutect2",
"page": "861054",
"DOI": "10.1101/861054",
"abstract": "Mutect2 is a somatic variant caller that uses local assembly and realignment to detect SNVs and indels. Assembly implies whole haplotypes and read pairs, rather than single bases, as the atomic units of biological variation and sequencing evidence, improving variant calling. Beyond local assembly and alignment, Mutect2 is based on several probabilistic models for genotyping and filtering that work well with and without a matched normal sample and for all sequencing depths.",
"language": "en",
"source": "bioRxiv",
"URL": "https://www.biorxiv.org/content/10.1101/861054v1",
"author": [
{
"family": "Benjamin",
"given": "David"
},
{
"family": "Sato",
"given": "Takuto"
},
{
"family": "Cibulskis",
"given": "Kristian"
},
{
"family": "Getz",
"given": "Gad"
},
{
"family": "Stewart",
"given": "Chip"
},
{
"family": "Lichtenstein",
"given": "Lee"
}
],
"accessed": {
"date-parts": [
[
"2022",
8,
11
]
]
},
"issued": {
"date-parts": [
[
"2019",
12,
2
]
]
}
},
{
"id": "biorxiv:10.1101/120295",
"type": "article-journal",
"container-title": "bioRxiv",
"abstract": "Motivation Fusion genes created by genomic rearrangements can be potent drivers of tumorigenesis. However, accurate identification of functionally fusion genes from genomic sequencing requires whole genome sequencing, since exonic sequencing alone is often insufficient. Transcriptome sequencing provides a direct, highly effective alternative for capturing molecular evidence of expressed fusions in the precision medicine pipeline, but current methods tend to be inefficient or insufficiently accurate, lacking in sensitivity or predicting large numbers of false positives. Here, we describe STAR-Fusion, a method that is both fast and accurate in identifying fusion transcripts from RNA-Seq data.\nResults We benchmarked STAR-Fusion’s fusion detection accuracy using both simulated and genuine Illumina paired-end RNA-Seq data, and show that it has superior performance compared to popular alternative fusion detection methods.\nAvailability and implementation STAR-Fusion is implemented in Perl, freely available as open source software at http://star-fusion.github.io, and supported on Linux.\nContact bhaas{at}broadinstitute.org",
"language": "en",
"page": "120295",
"DOI": "10.1101/120295",
"source": "bioRxiv",
"title": "STAR-Fusion: Fast and Accurate Fusion Transcript Detection from RNA-Seq",
"title-short": "STAR-Fusion",
"URL": "https://www.biorxiv.org/content/10.1101/120295v1",
"author": [
{
"family": "Haas",
"given": "Brian J."
},
{
"family": "Dobin",
"given": "Alex"
},
{
"family": "Stransky",
"given": "Nicolas"
},
{
"family": "Li",
"given": "Bo"
},
{
"family": "Yang",
"given": "Xiao"
},
{
"family": "Tickle",
"given": "Timothy"
},
{
"family": "Bankapur",
"given": "Asma"
},
{
"family": "Ganote",
"given": "Carrie"
},
{
"family": "Doak",
"given": "Thomas G."
},
{
"family": "Pochet",
"given": "Nathalie"
},
{
"family": "Sun",
"given": "Jing"
},
{
"family": "Wu",
"given": "Catherine J."
},
{
"family": "Gingeras",
"given": "Thomas R."
},
{
"family": "Regev",
"given": "Aviv"
}
],
"accessed": {
"date-parts": [
[
"2022",
8,
11
]
]
},
"issued": {
"date-parts": [
[
"2017",
3,
24
]
]
}
},
{
"id": "pubmed:26389418",
"type": "chapter",
"title": "Childhood Medulloblastoma and Other Central Nervous System Embryonal Tumors Treatment (PDQ®): Health Professional Version",
"container-title": "PDQ Cancer Information Summaries",
"URL": "https://www.cancer.gov/types/brain/hp/child-cns-embryonal-treatment-pdq",
"author":[
{
"literal": "PDQ® Pediatric Treatment Editorial Board"
}
],
"publisher": "National Cancer Institute",
"publisher-place": "Bethesda, MD",
"PMID": "26389418",
"updated": {
"date-parts": [
[
"2022",
3,
30
]
]
},
"accessed": {
"date-parts": [
[
"2022",
8,
11
]
]
}
},
{
"id": "doi:10.7287/peerj.preprints.3210v1",
"type": "article-journal",
"container-title": "PeerJ Preprints",
"abstract": "Traditionally, statistical training has focused primarily on mathematical derivations and proofs of statistical tests. The process of developing the technical artifact—that is, the paper, dashboard, or other deliverable—is much less frequently taught, presumably because of an aversion to cookbookery or prescribing specific software choices. In this paper I argue that it’s critical to teach analysts how to go about developing an analysis in order to maximize the probability that their analysis is reproducible, accurate, and collaborative. A critical component of this is adopting a blameless postmortem culture. By encouraging the use of and fluency in tooling that implements these opinions, as well as a blameless way of correcting course as analysts encounter errors, we as a community can foster the growth of processes that fail the practitioners as infrequently as possible.",
"language": "en",
"page": "e3210v1",
"DOI": "10.7287/peerj.preprints.3210v1",
"publisher": "PeerJ Preprints",
"source": "peerj.com",
"title": "Opinionated analysis development",
"URL": "https://peerj.com/preprints/3210",
"author": [
{
"family": "Parker",
"given": "Hilary"
}
],
"accessed": {
"date-parts": [
[
"2022",
8,
17
]
]
},
"issued": {
"date-parts": [
[
"2017",
8,
31
]
]
}
},
{
"id": "url:https://www.fda.gov/about-fda/oncology-center-excellence/pediatric-oncology-drug-approvals",
"type": "website",
"abstract": "Pediatric Oncology Drug Approvals",
"language": "en",
"source": "www.fda.gov",
"publisher": "U.S. Food and Drug Administration",
"title": "Pediatric Oncology Drug Approvals",
"URL": "https://www.fda.gov/about-fda/oncology-center-excellence/pediatric-oncology-drug-approvals",
"author": [
{
"literal": "Oncology Center of Excellence, U.S. Food and Drug Administration"
}
],
"accessed": {
"date-parts": [
[
"2022",
8,
17
]
]
},
"issued": {
"date-parts": [
[
"2022",
6,
29
]
]
}
},
{
"id": "doi:10.1101/cshperspect.a026187",
"publisher": "Cold Spring Harbor Laboratory",
"issue": "4",
"DOI": "10.1101/cshperspect.a026187",
"type": "article-journal",
"page": "a026187",
"source": "Crossref",
"title": "Inherited TP53 Mutations and the Li–Fraumeni Syndrome",
"volume": "7",
"author": [
{
"given": "Tanya",
"family": "Guha"
},
{
"given": "David",
"family": "Malkin"
}
],
"container-title": "Cold Spring Harbor Perspectives in Medicine",
"language": "en",
"issued": {
"date-parts": [
[
2017,
3,
7
]
]
},
"URL": "https://doi.org/f9s4h3",
"container-title-short": "Cold Spring Harb Perspect Med",
"PMCID": "PMC5378014",
"PMID": "28270529"
},
{
"id": "doi:10.1111/nan.12626",
"publisher": "Wiley",
"issue": "5",
"DOI": "10.1111/nan.12626",
"type": "article-journal",
"page": "506-509",
"source": "Crossref",
"title": "A polyphenotypic malignant paediatric brain tumour presenting a MN1‐PATZ1 fusion, no epigenetic similarities with CNS High‐Grade Neuroepithelial Tumour with MN1 Alteration (CNS HGNET‐MN1) and related to PATZ1‐fused sarcomas",
"volume": "46",
"author": [
{
"given": "F.",
"family": "Burel‐Vandenbos"
},
{
"given": "G.",
"family": "Pierron"
},
{
"given": "C.",
"family": "Thomas"
},
{
"given": "S.",
"family": "Reynaud"
},
{
"given": "V.",
"family": "Gregoire"
},
{
"given": "G.",
"family": "Duhil de Benaze"
},
{
"given": "S.",
"family": "Croze"
},
{
"given": "N.",
"family": "Chivoret"
},
{
"given": "M.",
"family": "Honavar"
},
{
"given": "D.",
"family": "Figarella‐Branger"
},
{
"given": "C.‐A.",
"family": "Maurage"
},
{
"given": "F.",
"family": "Pedeutour"
},
{
"given": "M.",
"family": "Hasselblatt"
},
{
"given": "C.",
"family": "Godfraind"
}
],
"container-title": "Neuropathology and Applied Neurobiology",
"language": "en",
"issued": {
"date-parts": [
[
2020,
6,
3
]
]
},
"URL": "https://doi.org/gmndph",
"container-title-short": "Neuropathol Appl Neurobiol",
"PMID": "32397004"
},
{
"id": "doi:10.1200/jco.2010.31.1670",
"publisher": "American Society of Clinical Oncology (ASCO)",
"issue": "35",
"abstract": "<jats:sec><jats:title>Purpose</jats:title><jats:p> The role of TP53 mutations in the tumorigenesis of sporadic medulloblastoma (MB) and the value of TP53 mutation status as a prognostic marker are not yet definitely elucidated. A recent report identified TP53 mutations in MB as an adverse prognostic marker. Hence, the current study was conducted to validate the prognostic role of TP53 mutation in MB and to understand its contribution to tumorigenesis. </jats:p></jats:sec><jats:sec><jats:title>Methods</jats:title><jats:p> A comprehensive genetic analysis of 310 MB samples was performed by screening for TP53 mutations and further relating the TP53 mutation status to p53 immunostaining, cytogenetic aberrations, and clinical variables. </jats:p></jats:sec><jats:sec><jats:title>Results</jats:title><jats:p> Mutation analysis of TP53 revealed mutations in 21 (6.8%) of 310 samples. Germline TP53 mutations were found in two patients with a history suggestive of a hereditary cancer syndrome. TP53 mutation status was not associated with unfavorable prognosis (P = .63) and was not linked to 17p allelic loss but was over-represented in the prognostically favorable WNT subgroup of MB as defined by CTNNB1 mutation (seven of 35 TP53-mutated tumors v 14 of 271 TP53 wild-type tumors; P = .005) and in tumors carrying high-level MYCN amplification (seven of 21 TP53-mutated tumors v 14 of 282 TP53 wild-type tumors; P = .001). </jats:p></jats:sec><jats:sec><jats:title>Conclusion</jats:title><jats:p> The contradictory results in the recent literature concerning the prognostic value of TP53 mutation might be explained by different frequencies of WNT MBs, different frequencies of patients with Li-Fraumeni syndrome, and different cumulative doses of alkylating drugs applied in these studies. </jats:p></jats:sec>",
"DOI": "10.1200/jco.2010.31.1670",
"type": "article-journal",
"page": "5188-5196",
"source": "Crossref",
"title": "TP53 Mutation Is Frequently Associated With CTNNB1 Mutation or MYCN Amplification and Is Compatible With Long-Term Survival in Medulloblastoma",
"volume": "28",
"author": [
{
"given": "Elke",
"family": "Pfaff"
},
{
"given": "Marc",
"family": "Remke"
},
{
"given": "Dominik",
"family": "Sturm"
},
{
"given": "Axel",
"family": "Benner"
},
{
"given": "Hendrik",
"family": "Witt"
},
{
"given": "Till",
"family": "Milde"
},
{
"given": "André O.",
"family": "von Bueren"
},
{
"given": "Andrea",
"family": "Wittmann"
},
{
"given": "Anna",
"family": "Schöttler"
},
{
"given": "Norbert",
"family": "Jorch"
},
{
"given": "Norbert",
"family": "Graf"
},
{
"given": "Andreas E.",
"family": "Kulozik"
},
{
"given": "Olaf",
"family": "Witt"
},
{
"given": "Wolfram",
"family": "Scheurlen"
},
{
"given": "Andreas",
"family": "von Deimling"
},
{
"given": "Stefan",
"family": "Rutkowski"
},
{
"given": "Michael D.",
"family": "Taylor"
},
{
"given": "Uri",
"family": "Tabori"
},
{
"given": "Peter",
"family": "Lichter"
},
{
"given": "Andrey",
"family": "Korshunov"
},
{
"given": "Stefan M.",
"family": "Pfister"
}
],
"container-title": "Journal of Clinical Oncology",
"language": "en",
"issued": {
"date-parts": [
[
2010,
12,
10
]
]
},
"URL": "https://doi.org/dpd6hh",
"container-title-short": "JCO",
"PMID": "21060032"
},
{
"id": "doi:10.1002/gcc.22110",
"publisher": "Wiley",
"issue": "12",
"DOI": "10.1002/gcc.22110",
"type": "article-journal",
"page": "1150-1166",
"source": "Crossref",
"title": "Recurrent pre-existing and acquired DNA copy number alterations, including focal TERT gains, in neuroblastoma central nervous system metastases",
"volume": "52",
"author": [
{
"given": "David",
"family": "Cobrinik"
},
{
"given": "Irina",
"family": "Ostrovnaya"
},
{
"given": "Maryam",
"family": "Hassimi"
},
{
"given": "Satish K.",
"family": "Tickoo"
},
{
"given": "Irene Y.",
"family": "Cheung"
},
{
"given": "Nai-Kong V.",
"family": "Cheung"
}
],
"container-title": "Genes, Chromosomes and Cancer",
"language": "en",
"issued": {
"date-parts": [
[
2013,
10,
10
]
]
},
"URL": "https://doi.org/f5gd94",
"container-title-short": "Genes Chromosomes Cancer",
"PMID": "24123354"
},
{
"id": "doi:10.1073/pnas.1300252110",
"publisher": "Proceedings of the National Academy of Sciences",
"issue": "20",
"abstract": "<jats:p>\n Pediatric low-grade gliomas (PLGGs) are among the most common solid tumors in children but, apart from\n <jats:italic>BRAF</jats:italic>\n kinase mutations or duplications in specific subclasses, few genetic driver events are known. Diffuse PLGGs comprise a set of uncommon subtypes that exhibit invasive growth and are therefore especially challenging clinically. We performed high-resolution copy-number analysis on 44 formalin-fixed, paraffin-embedded diffuse PLGGs to identify recurrent alterations. Diffuse PLGGs exhibited fewer such alterations than adult low-grade gliomas, but we identified several significantly recurrent events. The most significant event, 8q13.1 gain, was observed in 28% of diffuse astrocytoma grade IIs and resulted in partial duplication of the transcription factor\n <jats:italic>MYBL1</jats:italic>\n with truncation of its C-terminal negative-regulatory domain. A similar recurrent deletion-truncation breakpoint was identified in two angiocentric gliomas in the related gene\n <jats:italic>v-myb avian myeloblastosis viral oncogene homolog</jats:italic>\n (\n <jats:italic>MYB</jats:italic>\n ) on 6q23.3. Whole-genome sequencing of a\n <jats:italic>MYBL1</jats:italic>\n -rearranged diffuse astrocytoma grade II demonstrated\n <jats:italic>MYBL1</jats:italic>\n tandem duplication and few other events. Truncated\n <jats:italic>MYBL1</jats:italic>\n transcripts identified in this tumor induced anchorage-independent growth in 3T3 cells and tumor formation in nude mice. Truncated transcripts were also expressed in two additional tumors with\n <jats:italic>MYBL1</jats:italic>\n partial duplication. Our results define clinically relevant molecular subclasses of diffuse PLGGs and highlight a potential role for the MYB family in the biology of low-grade gliomas.\n </jats:p>",
"DOI": "10.1073/pnas.1300252110",
"type": "article-journal",
"page": "8188-8193",
"source": "Crossref",
"title": "Genomic analysis of diffuse pediatric low-grade gliomas identifies recurrent oncogenic truncating rearrangements in the transcription factor\n <i>MYBL1</i>",
"volume": "110",
"author": [
{
"given": "Lori A.",
"family": "Ramkissoon"
},
{
"given": "Peleg M.",
"family": "Horowitz"
},
{
"given": "Justin M.",
"family": "Craig"
},
{
"given": "Shakti H.",
"family": "Ramkissoon"
},
{
"given": "Benjamin E.",
"family": "Rich"
},
{
"given": "Steven E.",
"family": "Schumacher"
},
{
"given": "Aaron",
"family": "McKenna"
},
{
"given": "Michael S.",
"family": "Lawrence"
},
{
"given": "Guillaume",
"family": "Bergthold"
},
{
"given": "Priscilla K.",
"family": "Brastianos"
},
{
"given": "Barbara",
"family": "Tabak"
},
{
"given": "Matthew D.",
"family": "Ducar"
},
{
"given": "Paul",
"family": "Van Hummelen"
},
{
"given": "Laura E.",
"family": "MacConaill"
},
{
"given": "Tina",
"family": "Pouissant-Young"
},
{
"given": "Yoon-Jae",
"family": "Cho"
},
{
"given": "Hala",
"family": "Taha"
},
{
"given": "Madeha",
"family": "Mahmoud"
},
{
"given": "Daniel C.",
"family": "Bowers"
},
{
"given": "Linda",
"family": "Margraf"
},
{
"given": "Uri",
"family": "Tabori"
},
{
"given": "Cynthia",
"family": "Hawkins"
},
{
"given": "Roger J.",
"family": "Packer"
},
{
"given": "D. Ashley",
"family": "Hill"
},
{
"given": "Scott L.",
"family": "Pomeroy"
},
{
"given": "Charles G.",
"family": "Eberhart"
},
{
"given": "Ian F.",
"family": "Dunn"
},
{
"given": "Liliana",
"family": "Goumnerova"
},
{
"given": "Gad",
"family": "Getz"
},
{
"given": "Jennifer A.",
"family": "Chan"
},
{
"given": "Sandro",
"family": "Santagata"
},
{
"given": "William C.",
"family": "Hahn"
},
{
"given": "Charles D.",
"family": "Stiles"
},
{
"given": "Azra H.",
"family": "Ligon"
},
{
"given": "Mark W.",
"family": "Kieran"
},
{
"given": "Rameen",
"family": "Beroukhim"
},
{
"given": "Keith L.",
"family": "Ligon"
}
],
"container-title": "Proceedings of the National Academy of Sciences",
"language": "en",
"issued": {
"date-parts": [
[
2013,
4,
30
]
]
},
"URL": "https://doi.org/f42gg4",
"container-title-short": "Proc. Natl. Acad. Sci. U.S.A.",
"PMCID": "PMC3657784",
"PMID": "23633565"
},
{
"id": "doi:10.1093/bioinformatics/btu314",
"publisher": "Oxford University Press (OUP)",
"issue": "17",
"abstract": "<jats:p>Motivation: Illumina DNA sequencing is now the predominant source of raw genomic data, and data volumes are growing rapidly. Bioinformatic analysis pipelines are having trouble keeping pace. A common bottleneck in such pipelines is the requirement to read, write, sort and compress large BAM files multiple times.</jats:p>\n <jats:p>Results: We present SAMBLASTER, a tool that reduces the number of times such costly operations are performed. SAMBLASTER is designed to mark duplicates in read-sorted SAM files as a piped post-pass on DNA aligner output before it is compressed to BAM. In addition, it can simultaneously output into separate files the discordant read-pairs and/or split-read mappings used for structural variant calling. As an alignment post-pass, its own runtime overhead is negligible, while dramatically reducing overall pipeline complexity and runtime. As a stand-alone duplicate marking tool, it performs significantly better than PICARD or SAMBAMBA in terms of both speed and memory usage, while achieving nearly identical results.</jats:p>\n <jats:p>Availability and implementation: SAMBLASTER is open-source C++ code and freely available for download from https://github.com/GregoryFaust/samblaster.</jats:p>\n <jats:p>Contact: [email protected]</jats:p>",
"DOI": "10.1093/bioinformatics/btu314",
"type": "article-journal",
"page": "2503-2505",
"source": "Crossref",
"title": "SAMBLASTER: fast duplicate marking and structural variant read extraction",
"volume": "30",
"author": [
{
"given": "Gregory G.",
"family": "Faust"
},
{
"given": "Ira M.",
"family": "Hall"
}
],
"container-title": "Bioinformatics",
"language": "en",
"issued": {
"date-parts": [
[
2014,
5,
7
]
]
},
"URL": "https://doi.org/f6kft3",
"PMCID": "PMC4147885",
"PMID": "24812344"
},
{
"id": "doi:10.1093/neuonc/noaa251",
"publisher": "Oxford University Press (OUP)",
"issue": "1",
"abstract": "<jats:title>Abstract</jats:title>\n <jats:sec>\n <jats:title>Background</jats:title>\n <jats:p>Malignant astrocytic gliomas in children show a remarkable biological and clinical diversity. Small in-frame insertions or missense mutations in the epidermal growth factor receptor gene (EGFR) have recently been identified in a distinct subset of pediatric-type bithalamic gliomas with a unique DNA methylation pattern.</jats:p>\n </jats:sec>\n <jats:sec>\n <jats:title>Methods</jats:title>\n <jats:p>Here, we investigated an epigenetically homogeneous cohort of malignant gliomas (n = 58) distinct from other subtypes and enriched for pediatric cases and thalamic location, in comparison with this recently identified subtype of pediatric bithalamic gliomas.</jats:p>\n </jats:sec>\n <jats:sec>\n <jats:title>Results</jats:title>\n <jats:p>EGFR gene amplification was detected in 16/58 (27%) tumors, and missense mutations or small in-frame insertions in EGFR were found in 20/30 tumors with available sequencing data (67%; 5 of them co-occurring with EGFR amplification). Additionally, 8 of the 30 tumors (27%) harbored an H3.1 or H3.3 K27M mutation (6 of them with a concomitant EGFR alteration). All tumors tested showed loss of H3K27me3 staining, with evidence of overexpression of the EZH inhibitory protein (EZHIP) in the H3 wildtype cases. Although some tumors indeed showed a bithalamic growth pattern, a significant proportion of tumors occurred in the unilateral thalamus or in other (predominantly midline) locations.</jats:p>\n </jats:sec>\n <jats:sec>\n <jats:title>Conclusions</jats:title>\n <jats:p>Our findings present a distinct molecular class of pediatric-type malignant gliomas largely overlapping with the recently reported bithalamic gliomas characterized by EGFR alteration, but additionally showing a broader spectrum of EGFR alterations and tumor localization. Global H3K27me3 loss in this group appears to be mediated by either H3 K27 mutation or EZHIP overexpression. EGFR inhibition may represent a potential therapeutic strategy in these highly aggressive gliomas.</jats:p>\n </jats:sec>",
"DOI": "10.1093/neuonc/noaa251",
"type": "article-journal",
"page": "34-43",
"source": "Crossref",
"title": "A subset of pediatric-type thalamic gliomas share a distinct DNA methylation profile, H3K27me3 loss and frequent alteration of <i>EGFR</i>",
"volume": "23",
"author": [
{
"given": "Philipp",
"family": "Sievers"
},
{
"given": "Martin",
"family": "Sill"
},
{
"given": "Daniel",
"family": "Schrimpf"
},
{
"given": "Damian",
"family": "Stichel"
},
{
"given": "David E",
"family": "Reuss"
},
{
"given": "Dominik",
"family": "Sturm"
},
{
"given": "Jürgen",