@n8n-dev/n8n-nodes-monarchinitiative 1.0.0

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 (97) hide show
  1. package/README.md +122 -0
  2. package/dist/banner.svg +124 -0
  3. package/dist/credentials/MonarchinitiativeApi.credentials.d.ts +9 -0
  4. package/dist/credentials/MonarchinitiativeApi.credentials.js +49 -0
  5. package/dist/credentials/MonarchinitiativeApi.credentials.js.map +1 -0
  6. package/dist/icons/monarchinitiative.dark.svg +18 -0
  7. package/dist/icons/monarchinitiative.svg +18 -0
  8. package/dist/nodes/Monarchinitiative/Monarchinitiative.node.d.ts +4 -0
  9. package/dist/nodes/Monarchinitiative/Monarchinitiative.node.js +229 -0
  10. package/dist/nodes/Monarchinitiative/Monarchinitiative.node.js.map +1 -0
  11. package/dist/nodes/Monarchinitiative/Monarchinitiative.node.json +20 -0
  12. package/dist/nodes/Monarchinitiative/monarchinitiative.dark.svg +18 -0
  13. package/dist/nodes/Monarchinitiative/monarchinitiative.svg +18 -0
  14. package/dist/nodes/Monarchinitiative/resources/association/index.d.ts +2 -0
  15. package/dist/nodes/Monarchinitiative/resources/association/index.js +1439 -0
  16. package/dist/nodes/Monarchinitiative/resources/association/index.js.map +1 -0
  17. package/dist/nodes/Monarchinitiative/resources/bioentity/index.d.ts +2 -0
  18. package/dist/nodes/Monarchinitiative/resources/bioentity/index.js +30727 -0
  19. package/dist/nodes/Monarchinitiative/resources/bioentity/index.js.map +1 -0
  20. package/dist/nodes/Monarchinitiative/resources/bioentityset/index.d.ts +2 -0
  21. package/dist/nodes/Monarchinitiative/resources/bioentityset/index.js +621 -0
  22. package/dist/nodes/Monarchinitiative/resources/bioentityset/index.js.map +1 -0
  23. package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.d.ts +2 -0
  24. package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.js +78 -0
  25. package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.js.map +1 -0
  26. package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.d.ts +2 -0
  27. package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.js +531 -0
  28. package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.js.map +1 -0
  29. package/dist/nodes/Monarchinitiative/resources/cam/index.d.ts +2 -0
  30. package/dist/nodes/Monarchinitiative/resources/cam/index.js +632 -0
  31. package/dist/nodes/Monarchinitiative/resources/cam/index.js.map +1 -0
  32. package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.d.ts +2 -0
  33. package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.js +109 -0
  34. package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.js.map +1 -0
  35. package/dist/nodes/Monarchinitiative/resources/genome-features/index.d.ts +2 -0
  36. package/dist/nodes/Monarchinitiative/resources/genome-features/index.js +53 -0
  37. package/dist/nodes/Monarchinitiative/resources/genome-features/index.js.map +1 -0
  38. package/dist/nodes/Monarchinitiative/resources/graph/index.d.ts +2 -0
  39. package/dist/nodes/Monarchinitiative/resources/graph/index.js +233 -0
  40. package/dist/nodes/Monarchinitiative/resources/graph/index.js.map +1 -0
  41. package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.d.ts +2 -0
  42. package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.js +53 -0
  43. package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.js.map +1 -0
  44. package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.d.ts +2 -0
  45. package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.js +115 -0
  46. package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.js.map +1 -0
  47. package/dist/nodes/Monarchinitiative/resources/index.d.ts +26 -0
  48. package/dist/nodes/Monarchinitiative/resources/index.js +56 -0
  49. package/dist/nodes/Monarchinitiative/resources/index.js.map +1 -0
  50. package/dist/nodes/Monarchinitiative/resources/individual/index.d.ts +2 -0
  51. package/dist/nodes/Monarchinitiative/resources/individual/index.js +84 -0
  52. package/dist/nodes/Monarchinitiative/resources/individual/index.js.map +1 -0
  53. package/dist/nodes/Monarchinitiative/resources/mart/index.d.ts +2 -0
  54. package/dist/nodes/Monarchinitiative/resources/mart/index.js +252 -0
  55. package/dist/nodes/Monarchinitiative/resources/mart/index.js.map +1 -0
  56. package/dist/nodes/Monarchinitiative/resources/metadata/index.d.ts +2 -0
  57. package/dist/nodes/Monarchinitiative/resources/metadata/index.js +53 -0
  58. package/dist/nodes/Monarchinitiative/resources/metadata/index.js.map +1 -0
  59. package/dist/nodes/Monarchinitiative/resources/mme/index.d.ts +2 -0
  60. package/dist/nodes/Monarchinitiative/resources/mme/index.js +177 -0
  61. package/dist/nodes/Monarchinitiative/resources/mme/index.js.map +1 -0
  62. package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.d.ts +2 -0
  63. package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.js +946 -0
  64. package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.js.map +1 -0
  65. package/dist/nodes/Monarchinitiative/resources/ontol/index.d.ts +2 -0
  66. package/dist/nodes/Monarchinitiative/resources/ontol/index.js +390 -0
  67. package/dist/nodes/Monarchinitiative/resources/ontol/index.js.map +1 -0
  68. package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.d.ts +2 -0
  69. package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.js +136 -0
  70. package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.js.map +1 -0
  71. package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.d.ts +2 -0
  72. package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.js +79 -0
  73. package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.js.map +1 -0
  74. package/dist/nodes/Monarchinitiative/resources/ontology/index.d.ts +2 -0
  75. package/dist/nodes/Monarchinitiative/resources/ontology/index.js +376 -0
  76. package/dist/nodes/Monarchinitiative/resources/ontology/index.js.map +1 -0
  77. package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.d.ts +2 -0
  78. package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.js +84 -0
  79. package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.js.map +1 -0
  80. package/dist/nodes/Monarchinitiative/resources/pair-sim/index.d.ts +2 -0
  81. package/dist/nodes/Monarchinitiative/resources/pair-sim/index.js +78 -0
  82. package/dist/nodes/Monarchinitiative/resources/pair-sim/index.js.map +1 -0
  83. package/dist/nodes/Monarchinitiative/resources/relation-usage/index.d.ts +2 -0
  84. package/dist/nodes/Monarchinitiative/resources/relation-usage/index.js +346 -0
  85. package/dist/nodes/Monarchinitiative/resources/relation-usage/index.js.map +1 -0
  86. package/dist/nodes/Monarchinitiative/resources/search/index.d.ts +2 -0
  87. package/dist/nodes/Monarchinitiative/resources/search/index.js +940 -0
  88. package/dist/nodes/Monarchinitiative/resources/search/index.js.map +1 -0
  89. package/dist/nodes/Monarchinitiative/resources/sim/index.d.ts +2 -0
  90. package/dist/nodes/Monarchinitiative/resources/sim/index.js +596 -0
  91. package/dist/nodes/Monarchinitiative/resources/sim/index.js.map +1 -0
  92. package/dist/nodes/Monarchinitiative/resources/variation-set/index.d.ts +2 -0
  93. package/dist/nodes/Monarchinitiative/resources/variation-set/index.js +689 -0
  94. package/dist/nodes/Monarchinitiative/resources/variation-set/index.js.map +1 -0
  95. package/dist/package.json +62 -0
  96. package/dist/tsconfig.tsbuildinfo +1 -0
  97. package/package.json +62 -0
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const bioentitysetDescription: INodeProperties[];
@@ -0,0 +1,621 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.bioentitysetDescription = void 0;
4
+ exports.bioentitysetDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Bioentityset"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Get Entity Set Associations",
20
+ "value": "Get Entity Set Associations",
21
+ "action": "Returns compact associations for a given input set",
22
+ "description": "Returns compact associations for a given input set",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/bioentityset/associations"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Get Entity Set Summary",
32
+ "value": "Get Entity Set Summary",
33
+ "action": "Summary statistics for objects associated",
34
+ "description": "Summary statistics for objects associated",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/bioentityset/descriptor/counts"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Get Entity Set Graph Resource",
44
+ "value": "Get Entity Set Graph Resource",
45
+ "action": "TODO Graph object spanning all entities",
46
+ "description": "TODO Graph object spanning all entities",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/bioentityset/graph"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Get Over Representation",
56
+ "value": "Get Over Representation",
57
+ "action": "Summary statistics for objects associated",
58
+ "description": "Summary statistics for objects associated",
59
+ "routing": {
60
+ "request": {
61
+ "method": "GET",
62
+ "url": "=/bioentityset/overrepresentation"
63
+ }
64
+ }
65
+ }
66
+ ],
67
+ "default": ""
68
+ },
69
+ {
70
+ "displayName": "GET /bioentityset/associations",
71
+ "name": "operation",
72
+ "type": "notice",
73
+ "typeOptions": {
74
+ "theme": "info"
75
+ },
76
+ "default": "",
77
+ "displayOptions": {
78
+ "show": {
79
+ "resource": [
80
+ "Bioentityset"
81
+ ],
82
+ "operation": [
83
+ "Get Entity Set Associations"
84
+ ]
85
+ }
86
+ }
87
+ },
88
+ {
89
+ "displayName": "Subject",
90
+ "name": "subject",
91
+ "description": "Entity ids to be examined, e.g. NCBIGene:9342, NCBIGene:7227, NCBIGene:8131, NCBIGene:157570, NCBIGene:51164, NCBIGene:6689, NCBIGene:6387",
92
+ "default": "[\n null\n]",
93
+ "type": "json",
94
+ "routing": {
95
+ "send": {
96
+ "type": "query",
97
+ "property": "subject",
98
+ "value": "={{ $value }}",
99
+ "propertyInDotNotation": false
100
+ }
101
+ },
102
+ "displayOptions": {
103
+ "show": {
104
+ "resource": [
105
+ "Bioentityset"
106
+ ],
107
+ "operation": [
108
+ "Get Entity Set Associations"
109
+ ]
110
+ }
111
+ }
112
+ },
113
+ {
114
+ "displayName": "Background",
115
+ "name": "background",
116
+ "description": "Entity ids in background set, e.g. NCBIGene:84570, NCBIGene:3630; used in over-representation tests",
117
+ "default": "[\n null\n]",
118
+ "type": "json",
119
+ "routing": {
120
+ "send": {
121
+ "type": "query",
122
+ "property": "background",
123
+ "value": "={{ $value }}",
124
+ "propertyInDotNotation": false
125
+ }
126
+ },
127
+ "displayOptions": {
128
+ "show": {
129
+ "resource": [
130
+ "Bioentityset"
131
+ ],
132
+ "operation": [
133
+ "Get Entity Set Associations"
134
+ ]
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "displayName": "Object Category",
140
+ "name": "object_category",
141
+ "description": "E.g. phenotype, function",
142
+ "default": "",
143
+ "type": "string",
144
+ "routing": {
145
+ "send": {
146
+ "type": "query",
147
+ "property": "object_category",
148
+ "value": "={{ $value }}",
149
+ "propertyInDotNotation": false
150
+ }
151
+ },
152
+ "displayOptions": {
153
+ "show": {
154
+ "resource": [
155
+ "Bioentityset"
156
+ ],
157
+ "operation": [
158
+ "Get Entity Set Associations"
159
+ ]
160
+ }
161
+ }
162
+ },
163
+ {
164
+ "displayName": "Object Slim",
165
+ "name": "object_slim",
166
+ "description": "Slim or subset to which the descriptors are to be mapped, NOT IMPLEMENTED",
167
+ "default": "",
168
+ "type": "string",
169
+ "routing": {
170
+ "send": {
171
+ "type": "query",
172
+ "property": "object_slim",
173
+ "value": "={{ $value }}",
174
+ "propertyInDotNotation": false
175
+ }
176
+ },
177
+ "displayOptions": {
178
+ "show": {
179
+ "resource": [
180
+ "Bioentityset"
181
+ ],
182
+ "operation": [
183
+ "Get Entity Set Associations"
184
+ ]
185
+ }
186
+ }
187
+ },
188
+ {
189
+ "displayName": "GET /bioentityset/descriptor/counts",
190
+ "name": "operation",
191
+ "type": "notice",
192
+ "typeOptions": {
193
+ "theme": "info"
194
+ },
195
+ "default": "",
196
+ "displayOptions": {
197
+ "show": {
198
+ "resource": [
199
+ "Bioentityset"
200
+ ],
201
+ "operation": [
202
+ "Get Entity Set Summary"
203
+ ]
204
+ }
205
+ }
206
+ },
207
+ {
208
+ "displayName": "Subject",
209
+ "name": "subject",
210
+ "description": "Entity ids to be examined, e.g. NCBIGene:9342, NCBIGene:7227, NCBIGene:8131, NCBIGene:157570, NCBIGene:51164, NCBIGene:6689, NCBIGene:6387",
211
+ "default": "[\n null\n]",
212
+ "type": "json",
213
+ "routing": {
214
+ "send": {
215
+ "type": "query",
216
+ "property": "subject",
217
+ "value": "={{ $value }}",
218
+ "propertyInDotNotation": false
219
+ }
220
+ },
221
+ "displayOptions": {
222
+ "show": {
223
+ "resource": [
224
+ "Bioentityset"
225
+ ],
226
+ "operation": [
227
+ "Get Entity Set Summary"
228
+ ]
229
+ }
230
+ }
231
+ },
232
+ {
233
+ "displayName": "Background",
234
+ "name": "background",
235
+ "description": "Entity ids in background set, e.g. NCBIGene:84570, NCBIGene:3630; used in over-representation tests",
236
+ "default": "[\n null\n]",
237
+ "type": "json",
238
+ "routing": {
239
+ "send": {
240
+ "type": "query",
241
+ "property": "background",
242
+ "value": "={{ $value }}",
243
+ "propertyInDotNotation": false
244
+ }
245
+ },
246
+ "displayOptions": {
247
+ "show": {
248
+ "resource": [
249
+ "Bioentityset"
250
+ ],
251
+ "operation": [
252
+ "Get Entity Set Summary"
253
+ ]
254
+ }
255
+ }
256
+ },
257
+ {
258
+ "displayName": "Object Category",
259
+ "name": "object_category",
260
+ "description": "E.g. phenotype, function",
261
+ "default": "",
262
+ "type": "string",
263
+ "routing": {
264
+ "send": {
265
+ "type": "query",
266
+ "property": "object_category",
267
+ "value": "={{ $value }}",
268
+ "propertyInDotNotation": false
269
+ }
270
+ },
271
+ "displayOptions": {
272
+ "show": {
273
+ "resource": [
274
+ "Bioentityset"
275
+ ],
276
+ "operation": [
277
+ "Get Entity Set Summary"
278
+ ]
279
+ }
280
+ }
281
+ },
282
+ {
283
+ "displayName": "Object Slim",
284
+ "name": "object_slim",
285
+ "description": "Slim or subset to which the descriptors are to be mapped, NOT IMPLEMENTED",
286
+ "default": "",
287
+ "type": "string",
288
+ "routing": {
289
+ "send": {
290
+ "type": "query",
291
+ "property": "object_slim",
292
+ "value": "={{ $value }}",
293
+ "propertyInDotNotation": false
294
+ }
295
+ },
296
+ "displayOptions": {
297
+ "show": {
298
+ "resource": [
299
+ "Bioentityset"
300
+ ],
301
+ "operation": [
302
+ "Get Entity Set Summary"
303
+ ]
304
+ }
305
+ }
306
+ },
307
+ {
308
+ "displayName": "GET /bioentityset/graph",
309
+ "name": "operation",
310
+ "type": "notice",
311
+ "typeOptions": {
312
+ "theme": "info"
313
+ },
314
+ "default": "",
315
+ "displayOptions": {
316
+ "show": {
317
+ "resource": [
318
+ "Bioentityset"
319
+ ],
320
+ "operation": [
321
+ "Get Entity Set Graph Resource"
322
+ ]
323
+ }
324
+ }
325
+ },
326
+ {
327
+ "displayName": "Subject",
328
+ "name": "subject",
329
+ "description": "Entity ids to be examined, e.g. NCBIGene:9342, NCBIGene:7227, NCBIGene:8131, NCBIGene:157570, NCBIGene:51164, NCBIGene:6689, NCBIGene:6387",
330
+ "default": "[\n null\n]",
331
+ "type": "json",
332
+ "routing": {
333
+ "send": {
334
+ "type": "query",
335
+ "property": "subject",
336
+ "value": "={{ $value }}",
337
+ "propertyInDotNotation": false
338
+ }
339
+ },
340
+ "displayOptions": {
341
+ "show": {
342
+ "resource": [
343
+ "Bioentityset"
344
+ ],
345
+ "operation": [
346
+ "Get Entity Set Graph Resource"
347
+ ]
348
+ }
349
+ }
350
+ },
351
+ {
352
+ "displayName": "Background",
353
+ "name": "background",
354
+ "description": "Entity ids in background set, e.g. NCBIGene:84570, NCBIGene:3630; used in over-representation tests",
355
+ "default": "[\n null\n]",
356
+ "type": "json",
357
+ "routing": {
358
+ "send": {
359
+ "type": "query",
360
+ "property": "background",
361
+ "value": "={{ $value }}",
362
+ "propertyInDotNotation": false
363
+ }
364
+ },
365
+ "displayOptions": {
366
+ "show": {
367
+ "resource": [
368
+ "Bioentityset"
369
+ ],
370
+ "operation": [
371
+ "Get Entity Set Graph Resource"
372
+ ]
373
+ }
374
+ }
375
+ },
376
+ {
377
+ "displayName": "Object Category",
378
+ "name": "object_category",
379
+ "description": "E.g. phenotype, function",
380
+ "default": "",
381
+ "type": "string",
382
+ "routing": {
383
+ "send": {
384
+ "type": "query",
385
+ "property": "object_category",
386
+ "value": "={{ $value }}",
387
+ "propertyInDotNotation": false
388
+ }
389
+ },
390
+ "displayOptions": {
391
+ "show": {
392
+ "resource": [
393
+ "Bioentityset"
394
+ ],
395
+ "operation": [
396
+ "Get Entity Set Graph Resource"
397
+ ]
398
+ }
399
+ }
400
+ },
401
+ {
402
+ "displayName": "Object Slim",
403
+ "name": "object_slim",
404
+ "description": "Slim or subset to which the descriptors are to be mapped, NOT IMPLEMENTED",
405
+ "default": "",
406
+ "type": "string",
407
+ "routing": {
408
+ "send": {
409
+ "type": "query",
410
+ "property": "object_slim",
411
+ "value": "={{ $value }}",
412
+ "propertyInDotNotation": false
413
+ }
414
+ },
415
+ "displayOptions": {
416
+ "show": {
417
+ "resource": [
418
+ "Bioentityset"
419
+ ],
420
+ "operation": [
421
+ "Get Entity Set Graph Resource"
422
+ ]
423
+ }
424
+ }
425
+ },
426
+ {
427
+ "displayName": "GET /bioentityset/overrepresentation",
428
+ "name": "operation",
429
+ "type": "notice",
430
+ "typeOptions": {
431
+ "theme": "info"
432
+ },
433
+ "default": "",
434
+ "displayOptions": {
435
+ "show": {
436
+ "resource": [
437
+ "Bioentityset"
438
+ ],
439
+ "operation": [
440
+ "Get Over Representation"
441
+ ]
442
+ }
443
+ }
444
+ },
445
+ {
446
+ "displayName": "Object Category",
447
+ "name": "object_category",
448
+ "description": "E.g. phenotype, function",
449
+ "default": "",
450
+ "type": "string",
451
+ "routing": {
452
+ "send": {
453
+ "type": "query",
454
+ "property": "object_category",
455
+ "value": "={{ $value }}",
456
+ "propertyInDotNotation": false
457
+ }
458
+ },
459
+ "displayOptions": {
460
+ "show": {
461
+ "resource": [
462
+ "Bioentityset"
463
+ ],
464
+ "operation": [
465
+ "Get Over Representation"
466
+ ]
467
+ }
468
+ }
469
+ },
470
+ {
471
+ "displayName": "Subject",
472
+ "name": "subject",
473
+ "description": "Entity ids to be examined, e.g. NCBIGene:9342, NCBIGene:7227, NCBIGene:8131, NCBIGene:157570, NCBIGene:51164, NCBIGene:6689, NCBIGene:6387",
474
+ "default": "[\n null\n]",
475
+ "type": "json",
476
+ "routing": {
477
+ "send": {
478
+ "type": "query",
479
+ "property": "subject",
480
+ "value": "={{ $value }}",
481
+ "propertyInDotNotation": false
482
+ }
483
+ },
484
+ "displayOptions": {
485
+ "show": {
486
+ "resource": [
487
+ "Bioentityset"
488
+ ],
489
+ "operation": [
490
+ "Get Over Representation"
491
+ ]
492
+ }
493
+ }
494
+ },
495
+ {
496
+ "displayName": "Background",
497
+ "name": "background",
498
+ "description": "Entity ids in background set, e.g. NCBIGene:84570, NCBIGene:3630; used in over-representation tests",
499
+ "default": "[\n null\n]",
500
+ "type": "json",
501
+ "routing": {
502
+ "send": {
503
+ "type": "query",
504
+ "property": "background",
505
+ "value": "={{ $value }}",
506
+ "propertyInDotNotation": false
507
+ }
508
+ },
509
+ "displayOptions": {
510
+ "show": {
511
+ "resource": [
512
+ "Bioentityset"
513
+ ],
514
+ "operation": [
515
+ "Get Over Representation"
516
+ ]
517
+ }
518
+ }
519
+ },
520
+ {
521
+ "displayName": "Subject Category",
522
+ "name": "subject_category",
523
+ "description": "Default: gene. Other types may be used e.g. disease but statistics may not make sense",
524
+ "default": "gene",
525
+ "type": "string",
526
+ "routing": {
527
+ "send": {
528
+ "type": "query",
529
+ "property": "subject_category",
530
+ "value": "={{ $value }}",
531
+ "propertyInDotNotation": false
532
+ }
533
+ },
534
+ "displayOptions": {
535
+ "show": {
536
+ "resource": [
537
+ "Bioentityset"
538
+ ],
539
+ "operation": [
540
+ "Get Over Representation"
541
+ ]
542
+ }
543
+ }
544
+ },
545
+ {
546
+ "displayName": "Max P Value",
547
+ "name": "max_p_value",
548
+ "description": "Exclude results with p-value greater than this",
549
+ "default": "0.05",
550
+ "type": "string",
551
+ "routing": {
552
+ "send": {
553
+ "type": "query",
554
+ "property": "max_p_value",
555
+ "value": "={{ $value }}",
556
+ "propertyInDotNotation": false
557
+ }
558
+ },
559
+ "displayOptions": {
560
+ "show": {
561
+ "resource": [
562
+ "Bioentityset"
563
+ ],
564
+ "operation": [
565
+ "Get Over Representation"
566
+ ]
567
+ }
568
+ }
569
+ },
570
+ {
571
+ "displayName": "Ontology",
572
+ "name": "ontology",
573
+ "description": "ontology id. Must be obo id. Examples: go, mp, hp, uberon (optional: will be inferred if left blank)",
574
+ "default": "",
575
+ "type": "string",
576
+ "routing": {
577
+ "send": {
578
+ "type": "query",
579
+ "property": "ontology",
580
+ "value": "={{ $value }}",
581
+ "propertyInDotNotation": false
582
+ }
583
+ },
584
+ "displayOptions": {
585
+ "show": {
586
+ "resource": [
587
+ "Bioentityset"
588
+ ],
589
+ "operation": [
590
+ "Get Over Representation"
591
+ ]
592
+ }
593
+ }
594
+ },
595
+ {
596
+ "displayName": "Taxon",
597
+ "name": "taxon",
598
+ "description": "must be NCBITaxon CURIE. Example: NCBITaxon:9606",
599
+ "default": "",
600
+ "type": "string",
601
+ "routing": {
602
+ "send": {
603
+ "type": "query",
604
+ "property": "taxon",
605
+ "value": "={{ $value }}",
606
+ "propertyInDotNotation": false
607
+ }
608
+ },
609
+ "displayOptions": {
610
+ "show": {
611
+ "resource": [
612
+ "Bioentityset"
613
+ ],
614
+ "operation": [
615
+ "Get Over Representation"
616
+ ]
617
+ }
618
+ }
619
+ },
620
+ ];
621
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Monarchinitiative/resources/bioentityset/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,uBAAuB,GAAsB;IACxD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,6BAA6B;gBACrC,OAAO,EAAE,6BAA6B;gBACtC,QAAQ,EAAE,oDAAoD;gBAC9D,aAAa,EAAE,oDAAoD;gBACnE,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,6BAA6B;qBACpC;iBACD;aACD;YACD;gBACC,MAAM,EAAE,wBAAwB;gBAChC,OAAO,EAAE,wBAAwB;gBACjC,QAAQ,EAAE,2CAA2C;gBACrD,aAAa,EAAE,2CAA2C;gBAC1D,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,kCAAkC;qBACzC;iBACD;aACD;YACD;gBACC,MAAM,EAAE,+BAA+B;gBACvC,OAAO,EAAE,+BAA+B;gBACxC,QAAQ,EAAE,yCAAyC;gBACnD,aAAa,EAAE,yCAAyC;gBACxD,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,sBAAsB;qBAC7B;iBACD;aACD;YACD;gBACC,MAAM,EAAE,yBAAyB;gBACjC,OAAO,EAAE,yBAAyB;gBAClC,QAAQ,EAAE,2CAA2C;gBACrD,aAAa,EAAE,2CAA2C;gBAC1D,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,mCAAmC;qBAC1C;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,gCAAgC;QAC/C,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,6BAA6B;iBAC7B;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,SAAS;QACxB,MAAM,EAAE,SAAS;QACjB,aAAa,EAAE,4IAA4I;QAC3J,SAAS,EAAE,cAAc;QACzB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,SAAS;gBACrB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,6BAA6B;iBAC7B;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE,YAAY;QACpB,aAAa,EAAE,qGAAqG;QACpH,SAAS,EAAE,cAAc;QACzB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,YAAY;gBACxB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,6BAA6B;iBAC7B;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,iBAAiB;QAChC,MAAM,EAAE,iBAAiB;QACzB,aAAa,EAAE,0BAA0B;QACzC,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,iBAAiB;gBAC7B,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,6BAA6B;iBAC7B;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,aAAa;QAC5B,MAAM,EAAE,aAAa;QACrB,aAAa,EAAE,2EAA2E;QAC1F,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,aAAa;gBACzB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,6BAA6B;iBAC7B;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,qCAAqC;QACpD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,wBAAwB;iBACxB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,SAAS;QACxB,MAAM,EAAE,SAAS;QACjB,aAAa,EAAE,4IAA4I;QAC3J,SAAS,EAAE,cAAc;QACzB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,SAAS;gBACrB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,wBAAwB;iBACxB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE,YAAY;QACpB,aAAa,EAAE,qGAAqG;QACpH,SAAS,EAAE,cAAc;QACzB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,YAAY;gBACxB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,wBAAwB;iBACxB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,iBAAiB;QAChC,MAAM,EAAE,iBAAiB;QACzB,aAAa,EAAE,0BAA0B;QACzC,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,iBAAiB;gBAC7B,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,wBAAwB;iBACxB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,aAAa;QAC5B,MAAM,EAAE,aAAa;QACrB,aAAa,EAAE,2EAA2E;QAC1F,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,aAAa;gBACzB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,wBAAwB;iBACxB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,yBAAyB;QACxC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,+BAA+B;iBAC/B;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,SAAS;QACxB,MAAM,EAAE,SAAS;QACjB,aAAa,EAAE,4IAA4I;QAC3J,SAAS,EAAE,cAAc;QACzB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,SAAS;gBACrB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,+BAA+B;iBAC/B;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE,YAAY;QACpB,aAAa,EAAE,qGAAqG;QACpH,SAAS,EAAE,cAAc;QACzB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,YAAY;gBACxB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,+BAA+B;iBAC/B;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,iBAAiB;QAChC,MAAM,EAAE,iBAAiB;QACzB,aAAa,EAAE,0BAA0B;QACzC,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,iBAAiB;gBAC7B,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,+BAA+B;iBAC/B;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,aAAa;QAC5B,MAAM,EAAE,aAAa;QACrB,aAAa,EAAE,2EAA2E;QAC1F,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,aAAa;gBACzB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,+BAA+B;iBAC/B;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,sCAAsC;QACrD,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,yBAAyB;iBACzB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,iBAAiB;QAChC,MAAM,EAAE,iBAAiB;QACzB,aAAa,EAAE,0BAA0B;QACzC,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,iBAAiB;gBAC7B,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,yBAAyB;iBACzB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,SAAS;QACxB,MAAM,EAAE,SAAS;QACjB,aAAa,EAAE,4IAA4I;QAC3J,SAAS,EAAE,cAAc;QACzB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,SAAS;gBACrB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,yBAAyB;iBACzB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE,YAAY;QACpB,aAAa,EAAE,qGAAqG;QACpH,SAAS,EAAE,cAAc;QACzB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,YAAY;gBACxB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,yBAAyB;iBACzB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,kBAAkB;QACjC,MAAM,EAAE,kBAAkB;QAC1B,aAAa,EAAE,uFAAuF;QACtG,SAAS,EAAE,MAAM;QACjB,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,kBAAkB;gBAC9B,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,yBAAyB;iBACzB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,aAAa;QAC5B,MAAM,EAAE,aAAa;QACrB,aAAa,EAAE,gDAAgD;QAC/D,SAAS,EAAE,MAAM;QACjB,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,aAAa;gBACzB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,yBAAyB;iBACzB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,UAAU;QACzB,MAAM,EAAE,UAAU;QAClB,aAAa,EAAE,sGAAsG;QACrH,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,UAAU;gBACtB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,yBAAyB;iBACzB;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,OAAO;QACtB,MAAM,EAAE,OAAO;QACf,aAAa,EAAE,kDAAkD;QACjE,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,OAAO;gBACnB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,cAAc;iBACd;gBACD,WAAW,EAAE;oBACZ,yBAAyB;iBACzB;aACD;SACD;KACD;CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const bioentitysetHomologsDescription: INodeProperties[];