@sjcrh/proteinpaint-server 2.30.4 → 2.30.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/genome/hg19.js +3 -3
  2. package/genome/hg38.js +3 -3
  3. package/genome/hg38.test.js +3 -3
  4. package/package.json +1 -1
  5. package/routes/burden.ts +5 -2
  6. package/routes/gdc.maf.ts +39 -26
  7. package/routes/gdc.mafBuild.ts +5 -5
  8. package/routes/hicdata.ts +113 -0
  9. package/routes/hicstat.ts +55 -0
  10. package/routes/termdb.categories.ts +30 -6
  11. package/routes/termdb.getpercentile.ts +117 -0
  12. package/routes/termdb.termbyid.ts +5 -1
  13. package/server.js +1 -1
  14. package/src/serverconfig.js +0 -19
  15. package/cards/2dmaf.json +0 -37
  16. package/cards/README.md +0 -15
  17. package/cards/ai.json +0 -37
  18. package/cards/arc.json +0 -34
  19. package/cards/ase.json +0 -99
  20. package/cards/bam.json +0 -264
  21. package/cards/bampile.json +0 -22
  22. package/cards/bedj.json +0 -304
  23. package/cards/bigwig.json +0 -70
  24. package/cards/citations.json +0 -39
  25. package/cards/civicBtn.json +0 -15
  26. package/cards/databrowser.json +0 -276
  27. package/cards/disco.json +0 -69
  28. package/cards/dnanexusTips.txt +0 -221
  29. package/cards/exprank.json +0 -64
  30. package/cards/featuredDatasets.json +0 -84
  31. package/cards/fusioneditor.json +0 -34
  32. package/cards/gdcbam.json +0 -23
  33. package/cards/genefusion.json +0 -57
  34. package/cards/genomepaint.json +0 -122
  35. package/cards/hic.json +0 -79
  36. package/cards/index.json +0 -327
  37. package/cards/junction.json +0 -98
  38. package/cards/lollipop.json +0 -327
  39. package/cards/maf.timeline.json +0 -19
  40. package/cards/mavb.json +0 -47
  41. package/cards/nciGdcBtn.json +0 -21
  42. package/cards/pcmBtn.json +0 -16
  43. package/cards/ped2Btn.json +0 -16
  44. package/cards/pgv.json +0 -59
  45. package/cards/scatterplot.json +0 -31
  46. package/cards/singlecell.json +0 -25
  47. package/cards/study.json +0 -34
  48. package/cards/survivorBtn.json +0 -18
  49. package/cards/svview.txt +0 -101
  50. package/cards/tkFeatures.json +0 -92
  51. package/cards/tklist.json +0 -27
package/cards/index.json DELETED
@@ -1,327 +0,0 @@
1
- {
2
- "columnsLayout": [
3
- {
4
- "gridarea": "col1",
5
- "sections": [
6
- {
7
- "id": "tracks",
8
- "name": "Tracks"
9
- }
10
- ]
11
- },
12
- {
13
- "gridarea": "col2",
14
- "sections": [
15
- {
16
- "id": "datasetButtons",
17
- "name": "Featured Datasets"
18
- },
19
- {
20
- "id": "apps",
21
- "name": "Launch Apps"
22
- },
23
- {
24
- "id": "nestedCards"
25
- }
26
- ]
27
- }
28
- ],
29
- "elements": [
30
- {
31
- "type": "nestedCard",
32
- "name": "Use Cases",
33
- "section": "nestedCards",
34
- "description": "find workflows and processes for specific needs",
35
- "children": [
36
- {
37
- "name": "Generate GenomePaint SV View",
38
- "type": "card",
39
- "description": "Create a SV view with BigWig tracks using Python script",
40
- "sandboxHtml": "svview"
41
- },
42
- {
43
- "name": "DNAnexus Tips",
44
- "type": "card",
45
- "description": "Guide to use DNAnexus for ProteinPaint",
46
- "sandboxHtml": "dnanexusTips"
47
- }
48
- ]
49
- },
50
- {
51
- "type": "card",
52
- "name": "GenomePaint",
53
- "section": "tracks",
54
- "description": "Explore coding and non-coding variants in cancer",
55
- "image": "https://proteinpaint.stjude.org/ppdemo/images/gpaint-square.png",
56
- "sandboxJson": "genomepaint",
57
- "searchterms": ["GenomePaint"]
58
- },
59
- {
60
- "type": "card",
61
- "name": "BigWig",
62
- "section": "tracks",
63
- "description": "Quantitative data at genomic positions",
64
- "image": "https://proteinpaint.stjude.org/ppdemo/images/bigwig-square.png",
65
- "sandboxJson": "bigwig",
66
- "searchterms": []
67
- },
68
- {
69
- "type": "card",
70
- "name": "JSON BED",
71
- "section": "tracks",
72
- "description": "Genomic feature annotation",
73
- "image": "https://proteinpaint.stjude.org/ppdemo/images/bedj-square.png",
74
- "sandboxJson": "bedj",
75
- "searchterms": []
76
- },
77
- {
78
- "type": "card",
79
- "name": "Allelic imbalance",
80
- "section": "tracks",
81
- "description": "From tumor and germline DNA",
82
- "image": "https://proteinpaint.stjude.org/ppdemo/images/aicheck-square.png",
83
- "sandboxJson": "ai",
84
- "searchterms": ["aicheck", "tumor", "normal", "DNA"]
85
- },
86
- {
87
- "type": "card",
88
- "name": "Profile gene value",
89
- "section": "tracks",
90
- "description": "Profiling results & gene-level values",
91
- "image": "https://proteinpaint.stjude.org/ppdemo/images/pgv-square.png",
92
- "sandboxJson": "pgv",
93
- "searchterms": ["pgv", "chromHMM", "profiling results", "gene level", "gene expression"]
94
- },
95
- {
96
- "type": "card",
97
- "name": "Expression rank",
98
- "section": "tracks",
99
- "description": "Against all samples from a cohort",
100
- "image": "https://proteinpaint.stjude.org/ppdemo/images/exprank-square.png",
101
- "sandboxJson": "exprank",
102
- "searchterms": []
103
- },
104
- {
105
- "type": "card",
106
- "name": "Hi-C",
107
- "section": "tracks",
108
- "description": "Chromatin interaction at a locus",
109
- "image": "https://proteinpaint.stjude.org/ppdemo/images/hic-square.png",
110
- "ribbon": { "text": "updated", "expireDate": "2023-10-31" },
111
- "sandboxJson": "hic",
112
- "searchterms": ["hic", "hicstraw", "chromatin interaction", "conformation"]
113
- },
114
- {
115
- "type": "card",
116
- "name": "Lollipop",
117
- "section": "tracks",
118
- "description": "Coding mutations and gene fusions",
119
- "image": "https://proteinpaint.stjude.org/ppdemo/images/lollipop-square.png",
120
- "sandboxJson": "lollipop",
121
- "searchterms": []
122
- },
123
- {
124
- "type": "card",
125
- "name": "Splice Junction",
126
- "section": "tracks",
127
- "description": "Single sample and cohort",
128
- "image": "https://proteinpaint.stjude.org/ppdemo/images/junction-cohort-square.png",
129
- "sandboxJson": "junction",
130
- "searchterms": []
131
- },
132
- {
133
- "type": "card",
134
- "name": "Track list & facet table",
135
- "section": "tracks",
136
- "description": " ",
137
- "image": "https://proteinpaint.stjude.org/ppdemo/images/tklist-square.png",
138
- "sandboxJson": "tklist",
139
- "searchterms": []
140
- },
141
- {
142
- "type": "card",
143
- "name": "Arc Track",
144
- "section": "tracks",
145
- "description": "Pairwise chromatin interactions",
146
- "image": "https://proteinpaint.stjude.org/ppdemo/images/arc-square.png",
147
- "sandboxJson":"arc",
148
- "searchterms": []
149
- },
150
- {
151
- "type": "card",
152
- "name": "ASE",
153
- "section": "tracks",
154
- "ribbon": {"text": "beta"},
155
- "description": "Allele-specific expression analysis",
156
- "image": "https://proteinpaint.stjude.org/ppdemo/images/ase-square.png",
157
- "sandboxJson": "ase",
158
- "searchterms": ["Allele-specific gene expression"]
159
- },
160
- {
161
- "type": "card",
162
- "name": "Gene Fusion",
163
- "section": "tracks",
164
- "description": " ",
165
- "image": "https://proteinpaint.stjude.org/ppdemo/images/genefusion-square.png",
166
- "sandboxJson": "genefusion",
167
- "searchterms": []
168
- },
169
- {
170
- "type": "card",
171
- "name": "BAM",
172
- "section": "tracks",
173
- "description": "Sequence reads alignment",
174
- "image": "https://proteinpaint.stjude.org/ppdemo/images/bam-square.png",
175
- "sandboxJson": "bam",
176
- "searchterms": ["BLAT"]
177
- },
178
- {
179
- "type": "card",
180
- "name": "Bampile",
181
- "hidden": true,
182
- "section": "tracks",
183
- "ribbon": {"text": "beta"},
184
- "description": "Deep sequencing",
185
- "image": "https://proteinpaint.stjude.org/ppdemo/images/bampile-square.png",
186
- "sandboxJson": "bampile",
187
- "searchterms": []
188
- },
189
- {
190
- "type": "card",
191
- "name": "GDC BAM slicing",
192
- "section": "tracks",
193
- "disableTopTabs": true,
194
- "description": "Visualize sequencing reads in NCI GDC",
195
- "image": "https://proteinpaint.stjude.org/ppdemo/images/bam-square.png",
196
- "sandboxJson": "gdcbam",
197
- "searchterms": []
198
- },
199
- {
200
- "type": "card",
201
- "name": "Additional Track Features",
202
- "section": "tracks",
203
- "description": "ProteinPaint arguments applicable to any track",
204
- "image": "https://proteinpaint.stjude.org/ppdemo/images/code-square.png",
205
- "sandboxJson": "tkFeatures",
206
- "searchterms": []
207
- },
208
- {
209
- "type": "card",
210
- "name": "FusionEditor",
211
- "section": "apps",
212
- "description": "Review CICERO output",
213
- "image": "https://proteinpaint.stjude.org/ppdemo/images/fusion-editor-square.png",
214
- "sandboxJson": "fusioneditor",
215
- "searchterms": ["CICERO"]
216
- },
217
- {
218
- "type": "card",
219
- "name": "2DMAF",
220
- "section": "apps",
221
- "description": "Somatic mutations from diagnosis & relapse",
222
- "image": "https://proteinpaint.stjude.org/ppdemo/images/2dmaf-square.png",
223
- "sandboxJson": "2dmaf",
224
- "searchterms": ["2dmaf", "clonal evolution", "point mutations"]
225
- },
226
- {
227
- "type": "card",
228
- "name": "Load mutations from text files",
229
- "section": "apps",
230
- "description": "Mutation heatmap",
231
- "image": "https://proteinpaint.stjude.org/ppdemo/images/heatmap-square.png",
232
- "sandboxJson": "study",
233
- "searchterms": ["heat map", "oncoprint"]
234
- },
235
- {
236
- "type": "card",
237
- "name": "MA+Volcano plots",
238
- "section": "apps",
239
- "description": "Differential gene expression",
240
- "image": "https://proteinpaint.stjude.org/ppdemo/images/mavb-square.png",
241
- "sandboxJson": "mavb",
242
- "searchterms": ["differential gene expression", "RNAseq coverage"]
243
- },
244
- {
245
- "type": "card",
246
- "name": "MAF-timeline",
247
- "section": "apps",
248
- "hidden": true,
249
- "description": "Mutant allele fraction timeline chart by date",
250
- "image": "https://proteinpaint.stjude.org/ppdemo/images/maf-timeline-square.png",
251
- "sandboxJson": "maf.timeline",
252
- "searchterms": ["mutant allele fraction", "snv", "snv4"]
253
- },
254
- {
255
- "type": "dsButton",
256
- "name": "Pediatric Cancer Mutation",
257
- "section": "datasetButtons",
258
- "sandboxJson": "pcmBtn",
259
- "searchterms": ["pcgp", "Pan-TARGET", "T-ALL cohort"]
260
- },
261
- {
262
- "type": "dsButton",
263
- "name": "Pediatric2 GenomePaint",
264
- "section": "datasetButtons",
265
- "sandboxJson": "ped2Btn",
266
- "searchterms": ["relapsed ALL cohort", "Genome for Kids", "g4k", "Pan-neuroblastoma analysis"]
267
- },
268
- {
269
- "type": "dsButton",
270
- "name": "NCI GDC",
271
- "section": "datasetButtons",
272
- "sandboxJson": "nciGdcBtn",
273
- "searchterms": ["TCGA", "CPTAC", "TARGET"]
274
- },
275
- {
276
- "type": "dsButton",
277
- "name": "CIViC",
278
- "section": "datasetButtons",
279
- "sandboxJson": "civicBtn"
280
- },
281
- {
282
- "type": "dsButton",
283
- "name": "Survivorship Study",
284
- "section": "datasetButtons",
285
- "sandboxJson": "survivorBtn",
286
- "searchterms": ["sjlife", "ccss", "St Jude Life", "Childhood Cancer Survivor Study"]
287
- },
288
- {
289
- "type": "card",
290
- "name": "Scatter Plot",
291
- "section": "apps",
292
- "description": "2D scatter plot of samples & metadata",
293
- "image": "https://proteinpaint.stjude.org/ppdemo/images/scatterplot-square.png",
294
- "sandboxJson": "scatterplot",
295
- "searchterms": ["tSNE", "lasso"]
296
- },
297
- {
298
- "type": "card",
299
- "name": "Single Cell",
300
- "section": "apps",
301
- "description": "Single-cell omics viewer",
302
- "image": "https://proteinpaint.stjude.org/ppdemo/images/singlecell-square.png",
303
- "sandboxJson": "singlecell",
304
- "searchterms": ["tsne", "gene expression", "multi-gene heatmap", "violin plot", "box plot", "umap"]
305
- },
306
- {
307
- "type": "card",
308
- "name": "Data Browser",
309
- "section": "apps",
310
- "description": "Browse data from a custom cohort",
311
- "image": "https://proteinpaint.stjude.org/ppdemo/images/databrowser-square.png",
312
- "ribbon": {"text":"beta"},
313
- "sandboxJson": "databrowser",
314
- "searchterms": ["clinical", "dictionary"]
315
- },
316
- {
317
- "type": "card",
318
- "name": "Disco Plot",
319
- "section": "apps",
320
- "description": "Circos-like plot of genome-wide mutational events",
321
- "image": "https://proteinpaint.stjude.org/ppdemo/images/disco-square.png",
322
- "ribbon": { "text":"new", "expireDate": "2023-10-31" },
323
- "sandboxJson": "disco",
324
- "searchterms": ["disco"]
325
- }
326
- ]
327
- }
@@ -1,98 +0,0 @@
1
- {
2
- "ppcalls": [
3
- {
4
- "label": "A sample splice junction",
5
- "download":"https://proteinpaint.stjude.org/ppdemo/hg19/junction/junctionDemoData.tar.gz",
6
- "urlparam": "?block=on&genome=hg19&junctionfile=RNA%20splice%20junction,proteinpaint_demo/hg19/junction/file.gz",
7
- "datapreview": [
8
- {
9
- "file": "proteinpaint_demo/hg19/junction/file.gz",
10
- "tabixQueryCoord": "chr17:7568451-7591984"
11
- }
12
- ],
13
- "runargs": {
14
- "parseurl": true,
15
- "block": true,
16
- "nobox": 1,
17
- "noheader": 1,
18
- "genome": "hg19",
19
- "nativetracks":"refgene",
20
- "tracks": [{
21
- "type": "junction",
22
- "file": "proteinpaint_demo/hg19/junction/file.gz",
23
- "name": "RNA splice junction demo"
24
- }]
25
- },
26
- "testSpec": {
27
- "expected": {"circle": 15, "line": 15}
28
- }
29
- },
30
- {
31
- "label":"Cohort from an External JSON",
32
- "message": "",
33
- "download": "https://proteinpaint.stjude.org/ppdemo/hg19/junction/junctionJsonDemoData.tar.gz",
34
- "urlparam": "?genome=hg19&block=1&mdsjunctionfile=Demo,proteinpaint_demo/hg19/junction/json.gz",
35
- "datapreview": [
36
- {
37
- "file": "proteinpaint_demo/hg19/junction/json.gz",
38
- "tabixQueryCoord": "chr17:7568451-7591984"
39
- }
40
- ],
41
- "runargs": {
42
- "parseurl": true,
43
- "nobox": 1,
44
- "noheader": 1,
45
- "block":1,
46
- "genome": "hg19",
47
- "nativetracks": "Refgene",
48
- "tracks": [{
49
- "type": "mdsjunction",
50
- "name": "Cohort splice junction Demo",
51
- "file": "proteinpaint_demo/hg19/junction/json.gz"
52
- }]
53
- },
54
- "testSpec": {
55
- "expected": {"circle": 15, "line": 15}
56
- }
57
- },
58
- {
59
- "label":"Cohort from a JSON Matrix File",
60
- "download": "https://proteinpaint.stjude.org/ppdemo/hg19/junction/junctionMatrixDemoData.tar.gz",
61
- "urlparam": "?genome=hg19&block=1&junctionmatrix=test,proteinpaint_demo/hg19/junction/matrix.gz",
62
- "datapreview": [
63
- {
64
- "file": "proteinpaint_demo/hg19/junction/matrix.gz",
65
- "tabixQueryCoord": "chr17:7568451-7591984"
66
- }
67
- ],
68
- "runargs": {
69
- "parseurl": true,
70
- "nobox": 1,
71
- "noheader": 1,
72
- "block":1,
73
- "genome": "hg19",
74
- "nativetracks": "Refgene",
75
- "tracks": [{
76
- "type": "mdsjunction",
77
- "name": "Cohort matrix splice junction demo",
78
- "file2": "proteinpaint_demo/hg19/junction/matrix.gz"
79
- }]
80
- },
81
- "buttons": [
82
- {
83
- "name": "Download Matrix Script",
84
- "download": "https://proteinpaint.stjude.org/ppdemo/scripts/rnapeg2matrix.py.gz"
85
- }
86
- ],
87
- "testSpec": {
88
- "expected": {"circle": 15, "line": 15}
89
- }
90
- }
91
- ],
92
- "buttons": [
93
- {
94
- "name": "Documentation",
95
- "link": "https://docs.google.com/document/d/1PFva3Mn-U4VPNW0vHHC-CSnYBeotRnqbhCMQPmyLQG4/edit"
96
- }
97
- ]
98
- }