grnsight 5.1.0 → 6.0.4
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.
- package/.eslintrc.yml +2 -0
- package/.travis.yml +2 -0
- package/database/README.md +87 -0
- package/database/expression-database/README.md +60 -0
- package/database/expression-database/schema.sql +71 -0
- package/database/expression-database/scripts/loader.py +186 -0
- package/database/expression-database/scripts/preprocessing.py +197 -0
- package/database/network-database/README.md +88 -0
- package/database/network-database/schema.sql +25 -0
- package/database/network-database/scripts/filter_genes.py +76 -0
- package/database/network-database/scripts/generate_network.py +185 -0
- package/database/network-database/scripts/generate_sgd_network_from_yeastract_network.py +120 -0
- package/database/network-database/scripts/loader.py +79 -0
- package/gdb/PG_VERSION +1 -0
- package/gdb/base/1/112 +0 -0
- package/gdb/base/1/113 +0 -0
- package/gdb/base/1/1247 +0 -0
- package/gdb/base/1/1247_fsm +0 -0
- package/gdb/base/1/1247_vm +0 -0
- package/gdb/base/1/1249 +0 -0
- package/gdb/base/1/1249_fsm +0 -0
- package/gdb/base/1/1249_vm +0 -0
- package/gdb/base/1/1255 +0 -0
- package/gdb/base/1/1255_fsm +0 -0
- package/gdb/base/1/1255_vm +0 -0
- package/gdb/base/1/1259 +0 -0
- package/gdb/base/1/1259_fsm +0 -0
- package/gdb/base/1/1259_vm +0 -0
- package/gdb/base/1/13852 +0 -0
- package/gdb/base/1/13852_fsm +0 -0
- package/gdb/base/1/13852_vm +0 -0
- package/gdb/base/1/13855 +0 -0
- package/gdb/base/1/13856 +0 -0
- package/gdb/base/1/13857 +0 -0
- package/gdb/base/1/13857_fsm +0 -0
- package/gdb/base/1/13857_vm +0 -0
- package/gdb/base/1/13860 +0 -0
- package/gdb/base/1/13861 +0 -0
- package/gdb/base/1/13862 +0 -0
- package/gdb/base/1/13862_fsm +0 -0
- package/gdb/base/1/13862_vm +0 -0
- package/gdb/base/1/13865 +0 -0
- package/gdb/base/1/13866 +0 -0
- package/gdb/base/1/13867 +0 -0
- package/gdb/base/1/13867_fsm +0 -0
- package/gdb/base/1/13867_vm +0 -0
- package/gdb/base/1/13870 +0 -0
- package/gdb/base/1/13871 +0 -0
- package/gdb/base/1/1417 +0 -0
- package/gdb/base/1/1418 +0 -0
- package/gdb/base/1/174 +0 -0
- package/gdb/base/1/175 +0 -0
- package/gdb/base/1/2187 +0 -0
- package/gdb/base/1/2224 +0 -0
- package/gdb/base/1/2228 +0 -0
- package/gdb/base/1/2328 +0 -0
- package/gdb/base/1/2336 +0 -0
- package/gdb/base/1/2337 +0 -0
- package/gdb/base/1/2579 +0 -0
- package/gdb/base/1/2600 +0 -0
- package/gdb/base/1/2600_fsm +0 -0
- package/gdb/base/1/2600_vm +0 -0
- package/gdb/base/1/2601 +0 -0
- package/gdb/base/1/2601_fsm +0 -0
- package/gdb/base/1/2601_vm +0 -0
- package/gdb/base/1/2602 +0 -0
- package/gdb/base/1/2602_fsm +0 -0
- package/gdb/base/1/2602_vm +0 -0
- package/gdb/base/1/2603 +0 -0
- package/gdb/base/1/2603_fsm +0 -0
- package/gdb/base/1/2603_vm +0 -0
- package/gdb/base/1/2604 +0 -0
- package/gdb/base/1/2605 +0 -0
- package/gdb/base/1/2605_fsm +0 -0
- package/gdb/base/1/2605_vm +0 -0
- package/gdb/base/1/2606 +0 -0
- package/gdb/base/1/2606_fsm +0 -0
- package/gdb/base/1/2606_vm +0 -0
- package/gdb/base/1/2607 +0 -0
- package/gdb/base/1/2607_fsm +0 -0
- package/gdb/base/1/2607_vm +0 -0
- package/gdb/base/1/2608 +0 -0
- package/gdb/base/1/2608_fsm +0 -0
- package/gdb/base/1/2608_vm +0 -0
- package/gdb/base/1/2609 +0 -0
- package/gdb/base/1/2609_fsm +0 -0
- package/gdb/base/1/2609_vm +0 -0
- package/gdb/base/1/2610 +0 -0
- package/gdb/base/1/2610_fsm +0 -0
- package/gdb/base/1/2610_vm +0 -0
- package/gdb/base/1/2611 +0 -0
- package/gdb/base/1/2612 +0 -0
- package/gdb/base/1/2612_fsm +0 -0
- package/gdb/base/1/2612_vm +0 -0
- package/gdb/base/1/2613 +0 -0
- package/gdb/base/1/2615 +0 -0
- package/gdb/base/1/2615_fsm +0 -0
- package/gdb/base/1/2615_vm +0 -0
- package/gdb/base/1/2616 +0 -0
- package/gdb/base/1/2616_fsm +0 -0
- package/gdb/base/1/2616_vm +0 -0
- package/gdb/base/1/2617 +0 -0
- package/gdb/base/1/2617_fsm +0 -0
- package/gdb/base/1/2617_vm +0 -0
- package/gdb/base/1/2618 +0 -0
- package/gdb/base/1/2618_fsm +0 -0
- package/gdb/base/1/2618_vm +0 -0
- package/gdb/base/1/2619 +0 -0
- package/gdb/base/1/2619_fsm +0 -0
- package/gdb/base/1/2619_vm +0 -0
- package/gdb/base/1/2620 +0 -0
- package/gdb/base/1/2650 +0 -0
- package/gdb/base/1/2651 +0 -0
- package/gdb/base/1/2652 +0 -0
- package/gdb/base/1/2653 +0 -0
- package/gdb/base/1/2654 +0 -0
- package/gdb/base/1/2655 +0 -0
- package/gdb/base/1/2656 +0 -0
- package/gdb/base/1/2657 +0 -0
- package/gdb/base/1/2658 +0 -0
- package/gdb/base/1/2659 +0 -0
- package/gdb/base/1/2660 +0 -0
- package/gdb/base/1/2661 +0 -0
- package/gdb/base/1/2662 +0 -0
- package/gdb/base/1/2663 +0 -0
- package/gdb/base/1/2664 +0 -0
- package/gdb/base/1/2665 +0 -0
- package/gdb/base/1/2666 +0 -0
- package/gdb/base/1/2667 +0 -0
- package/gdb/base/1/2668 +0 -0
- package/gdb/base/1/2669 +0 -0
- package/gdb/base/1/2670 +0 -0
- package/gdb/base/1/2673 +0 -0
- package/gdb/base/1/2673_fsm +0 -0
- package/gdb/base/1/2674 +0 -0
- package/gdb/base/1/2674_fsm +0 -0
- package/gdb/base/1/2675 +0 -0
- package/gdb/base/1/2678 +0 -0
- package/gdb/base/1/2679 +0 -0
- package/gdb/base/1/2680 +0 -0
- package/gdb/base/1/2681 +0 -0
- package/gdb/base/1/2682 +0 -0
- package/gdb/base/1/2683 +0 -0
- package/gdb/base/1/2684 +0 -0
- package/gdb/base/1/2685 +0 -0
- package/gdb/base/1/2686 +0 -0
- package/gdb/base/1/2687 +0 -0
- package/gdb/base/1/2688 +0 -0
- package/gdb/base/1/2689 +0 -0
- package/gdb/base/1/2690 +0 -0
- package/gdb/base/1/2691 +0 -0
- package/gdb/base/1/2692 +0 -0
- package/gdb/base/1/2693 +0 -0
- package/gdb/base/1/2696 +0 -0
- package/gdb/base/1/2699 +0 -0
- package/gdb/base/1/2701 +0 -0
- package/gdb/base/1/2702 +0 -0
- package/gdb/base/1/2703 +0 -0
- package/gdb/base/1/2704 +0 -0
- package/gdb/base/1/2753 +0 -0
- package/gdb/base/1/2753_fsm +0 -0
- package/gdb/base/1/2753_vm +0 -0
- package/gdb/base/1/2754 +0 -0
- package/gdb/base/1/2755 +0 -0
- package/gdb/base/1/2756 +0 -0
- package/gdb/base/1/2757 +0 -0
- package/gdb/base/1/2830 +0 -0
- package/gdb/base/1/2831 +0 -0
- package/gdb/base/1/2832 +0 -0
- package/gdb/base/1/2833 +0 -0
- package/gdb/base/1/2834 +0 -0
- package/gdb/base/1/2835 +0 -0
- package/gdb/base/1/2836 +0 -0
- package/gdb/base/1/2836_fsm +0 -0
- package/gdb/base/1/2836_vm +0 -0
- package/gdb/base/1/2837 +0 -0
- package/gdb/base/1/2838 +0 -0
- package/gdb/base/1/2838_fsm +0 -0
- package/gdb/base/1/2838_vm +0 -0
- package/gdb/base/1/2839 +0 -0
- package/gdb/base/1/2840 +0 -0
- package/gdb/base/1/2840_fsm +0 -0
- package/gdb/base/1/2840_vm +0 -0
- package/gdb/base/1/2841 +0 -0
- package/gdb/base/1/2995 +0 -0
- package/gdb/base/1/2996 +0 -0
- package/gdb/base/1/3079 +0 -0
- package/gdb/base/1/3079_fsm +0 -0
- package/gdb/base/1/3079_vm +0 -0
- package/gdb/base/1/3080 +0 -0
- package/gdb/base/1/3081 +0 -0
- package/gdb/base/1/3085 +0 -0
- package/gdb/base/1/3118 +0 -0
- package/gdb/base/1/3119 +0 -0
- package/gdb/base/1/3164 +0 -0
- package/gdb/base/1/3256 +0 -0
- package/gdb/base/1/3257 +0 -0
- package/gdb/base/1/3258 +0 -0
- package/gdb/base/1/3350 +0 -0
- package/gdb/base/1/3351 +0 -0
- package/gdb/base/1/3379 +0 -0
- package/gdb/base/1/3380 +0 -0
- package/gdb/base/1/3381 +0 -0
- package/gdb/base/1/3394 +0 -0
- package/gdb/base/1/3394_fsm +0 -0
- package/gdb/base/1/3394_vm +0 -0
- package/gdb/base/1/3395 +0 -0
- package/gdb/base/1/3429 +0 -0
- package/gdb/base/1/3430 +0 -0
- package/gdb/base/1/3431 +0 -0
- package/gdb/base/1/3433 +0 -0
- package/gdb/base/1/3439 +0 -0
- package/gdb/base/1/3440 +0 -0
- package/gdb/base/1/3455 +0 -0
- package/gdb/base/1/3456 +0 -0
- package/gdb/base/1/3456_fsm +0 -0
- package/gdb/base/1/3456_vm +0 -0
- package/gdb/base/1/3466 +0 -0
- package/gdb/base/1/3467 +0 -0
- package/gdb/base/1/3468 +0 -0
- package/gdb/base/1/3501 +0 -0
- package/gdb/base/1/3502 +0 -0
- package/gdb/base/1/3503 +0 -0
- package/gdb/base/1/3534 +0 -0
- package/gdb/base/1/3541 +0 -0
- package/gdb/base/1/3541_fsm +0 -0
- package/gdb/base/1/3541_vm +0 -0
- package/gdb/base/1/3542 +0 -0
- package/gdb/base/1/3574 +0 -0
- package/gdb/base/1/3575 +0 -0
- package/gdb/base/1/3576 +0 -0
- package/gdb/base/1/3596 +0 -0
- package/gdb/base/1/3597 +0 -0
- package/gdb/base/1/3598 +0 -0
- package/gdb/base/1/3599 +0 -0
- package/gdb/base/1/3600 +0 -0
- package/gdb/base/1/3600_fsm +0 -0
- package/gdb/base/1/3600_vm +0 -0
- package/gdb/base/1/3601 +0 -0
- package/gdb/base/1/3601_fsm +0 -0
- package/gdb/base/1/3601_vm +0 -0
- package/gdb/base/1/3602 +0 -0
- package/gdb/base/1/3602_fsm +0 -0
- package/gdb/base/1/3602_vm +0 -0
- package/gdb/base/1/3603 +0 -0
- package/gdb/base/1/3603_fsm +0 -0
- package/gdb/base/1/3603_vm +0 -0
- package/gdb/base/1/3604 +0 -0
- package/gdb/base/1/3605 +0 -0
- package/gdb/base/1/3606 +0 -0
- package/gdb/base/1/3607 +0 -0
- package/gdb/base/1/3608 +0 -0
- package/gdb/base/1/3609 +0 -0
- package/gdb/base/1/3712 +0 -0
- package/gdb/base/1/3764 +0 -0
- package/gdb/base/1/3764_fsm +0 -0
- package/gdb/base/1/3764_vm +0 -0
- package/gdb/base/1/3766 +0 -0
- package/gdb/base/1/3767 +0 -0
- package/gdb/base/1/3997 +0 -0
- package/gdb/base/1/4143 +0 -0
- package/gdb/base/1/4144 +0 -0
- package/gdb/base/1/4145 +0 -0
- package/gdb/base/1/4146 +0 -0
- package/gdb/base/1/4147 +0 -0
- package/gdb/base/1/4148 +0 -0
- package/gdb/base/1/4149 +0 -0
- package/gdb/base/1/4150 +0 -0
- package/gdb/base/1/4151 +0 -0
- package/gdb/base/1/4152 +0 -0
- package/gdb/base/1/4153 +0 -0
- package/gdb/base/1/4154 +0 -0
- package/gdb/base/1/4155 +0 -0
- package/gdb/base/1/4156 +0 -0
- package/gdb/base/1/4157 +0 -0
- package/gdb/base/1/4158 +0 -0
- package/gdb/base/1/4159 +0 -0
- package/gdb/base/1/4160 +0 -0
- package/gdb/base/1/4163 +0 -0
- package/gdb/base/1/4164 +0 -0
- package/gdb/base/1/4165 +0 -0
- package/gdb/base/1/4166 +0 -0
- package/gdb/base/1/4167 +0 -0
- package/gdb/base/1/4168 +0 -0
- package/gdb/base/1/4169 +0 -0
- package/gdb/base/1/4170 +0 -0
- package/gdb/base/1/4171 +0 -0
- package/gdb/base/1/4172 +0 -0
- package/gdb/base/1/4173 +0 -0
- package/gdb/base/1/4174 +0 -0
- package/gdb/base/1/5002 +0 -0
- package/gdb/base/1/548 +0 -0
- package/gdb/base/1/549 +0 -0
- package/gdb/base/1/6102 +0 -0
- package/gdb/base/1/6104 +0 -0
- package/gdb/base/1/6106 +0 -0
- package/gdb/base/1/6110 +0 -0
- package/gdb/base/1/6111 +0 -0
- package/gdb/base/1/6112 +0 -0
- package/gdb/base/1/6113 +0 -0
- package/gdb/base/1/6117 +0 -0
- package/gdb/base/1/6175 +0 -0
- package/gdb/base/1/6176 +0 -0
- package/gdb/base/1/826 +0 -0
- package/gdb/base/1/827 +0 -0
- package/gdb/base/1/828 +0 -0
- package/gdb/base/1/PG_VERSION +1 -0
- package/gdb/base/1/pg_filenode.map +0 -0
- package/gdb/base/14033/112 +0 -0
- package/gdb/base/14033/113 +0 -0
- package/gdb/base/14033/1247 +0 -0
- package/gdb/base/14033/1247_fsm +0 -0
- package/gdb/base/14033/1247_vm +0 -0
- package/gdb/base/14033/1249 +0 -0
- package/gdb/base/14033/1249_fsm +0 -0
- package/gdb/base/14033/1249_vm +0 -0
- package/gdb/base/14033/1255 +0 -0
- package/gdb/base/14033/1255_fsm +0 -0
- package/gdb/base/14033/1255_vm +0 -0
- package/gdb/base/14033/1259 +0 -0
- package/gdb/base/14033/1259_fsm +0 -0
- package/gdb/base/14033/1259_vm +0 -0
- package/gdb/base/14033/13852 +0 -0
- package/gdb/base/14033/13852_fsm +0 -0
- package/gdb/base/14033/13852_vm +0 -0
- package/gdb/base/14033/13855 +0 -0
- package/gdb/base/14033/13856 +0 -0
- package/gdb/base/14033/13857 +0 -0
- package/gdb/base/14033/13857_fsm +0 -0
- package/gdb/base/14033/13857_vm +0 -0
- package/gdb/base/14033/13860 +0 -0
- package/gdb/base/14033/13861 +0 -0
- package/gdb/base/14033/13862 +0 -0
- package/gdb/base/14033/13862_fsm +0 -0
- package/gdb/base/14033/13862_vm +0 -0
- package/gdb/base/14033/13865 +0 -0
- package/gdb/base/14033/13866 +0 -0
- package/gdb/base/14033/13867 +0 -0
- package/gdb/base/14033/13867_fsm +0 -0
- package/gdb/base/14033/13867_vm +0 -0
- package/gdb/base/14033/13870 +0 -0
- package/gdb/base/14033/13871 +0 -0
- package/gdb/base/14033/1417 +0 -0
- package/gdb/base/14033/1418 +0 -0
- package/gdb/base/14033/174 +0 -0
- package/gdb/base/14033/175 +0 -0
- package/gdb/base/14033/2187 +0 -0
- package/gdb/base/14033/2224 +0 -0
- package/gdb/base/14033/2228 +0 -0
- package/gdb/base/14033/2328 +0 -0
- package/gdb/base/14033/2336 +0 -0
- package/gdb/base/14033/2337 +0 -0
- package/gdb/base/14033/2579 +0 -0
- package/gdb/base/14033/2600 +0 -0
- package/gdb/base/14033/2600_fsm +0 -0
- package/gdb/base/14033/2600_vm +0 -0
- package/gdb/base/14033/2601 +0 -0
- package/gdb/base/14033/2601_fsm +0 -0
- package/gdb/base/14033/2601_vm +0 -0
- package/gdb/base/14033/2602 +0 -0
- package/gdb/base/14033/2602_fsm +0 -0
- package/gdb/base/14033/2602_vm +0 -0
- package/gdb/base/14033/2603 +0 -0
- package/gdb/base/14033/2603_fsm +0 -0
- package/gdb/base/14033/2603_vm +0 -0
- package/gdb/base/14033/2604 +0 -0
- package/gdb/base/14033/2605 +0 -0
- package/gdb/base/14033/2605_fsm +0 -0
- package/gdb/base/14033/2605_vm +0 -0
- package/gdb/base/14033/2606 +0 -0
- package/gdb/base/14033/2606_fsm +0 -0
- package/gdb/base/14033/2606_vm +0 -0
- package/gdb/base/14033/2607 +0 -0
- package/gdb/base/14033/2607_fsm +0 -0
- package/gdb/base/14033/2607_vm +0 -0
- package/gdb/base/14033/2608 +0 -0
- package/gdb/base/14033/2608_fsm +0 -0
- package/gdb/base/14033/2608_vm +0 -0
- package/gdb/base/14033/2609 +0 -0
- package/gdb/base/14033/2609_fsm +0 -0
- package/gdb/base/14033/2609_vm +0 -0
- package/gdb/base/14033/2610 +0 -0
- package/gdb/base/14033/2610_fsm +0 -0
- package/gdb/base/14033/2610_vm +0 -0
- package/gdb/base/14033/2611 +0 -0
- package/gdb/base/14033/2612 +0 -0
- package/gdb/base/14033/2612_fsm +0 -0
- package/gdb/base/14033/2612_vm +0 -0
- package/gdb/base/14033/2613 +0 -0
- package/gdb/base/14033/2615 +0 -0
- package/gdb/base/14033/2615_fsm +0 -0
- package/gdb/base/14033/2615_vm +0 -0
- package/gdb/base/14033/2616 +0 -0
- package/gdb/base/14033/2616_fsm +0 -0
- package/gdb/base/14033/2616_vm +0 -0
- package/gdb/base/14033/2617 +0 -0
- package/gdb/base/14033/2617_fsm +0 -0
- package/gdb/base/14033/2617_vm +0 -0
- package/gdb/base/14033/2618 +0 -0
- package/gdb/base/14033/2618_fsm +0 -0
- package/gdb/base/14033/2618_vm +0 -0
- package/gdb/base/14033/2619 +0 -0
- package/gdb/base/14033/2619_fsm +0 -0
- package/gdb/base/14033/2619_vm +0 -0
- package/gdb/base/14033/2620 +0 -0
- package/gdb/base/14033/2650 +0 -0
- package/gdb/base/14033/2651 +0 -0
- package/gdb/base/14033/2652 +0 -0
- package/gdb/base/14033/2653 +0 -0
- package/gdb/base/14033/2654 +0 -0
- package/gdb/base/14033/2655 +0 -0
- package/gdb/base/14033/2656 +0 -0
- package/gdb/base/14033/2657 +0 -0
- package/gdb/base/14033/2658 +0 -0
- package/gdb/base/14033/2659 +0 -0
- package/gdb/base/14033/2660 +0 -0
- package/gdb/base/14033/2661 +0 -0
- package/gdb/base/14033/2662 +0 -0
- package/gdb/base/14033/2663 +0 -0
- package/gdb/base/14033/2664 +0 -0
- package/gdb/base/14033/2665 +0 -0
- package/gdb/base/14033/2666 +0 -0
- package/gdb/base/14033/2667 +0 -0
- package/gdb/base/14033/2668 +0 -0
- package/gdb/base/14033/2669 +0 -0
- package/gdb/base/14033/2670 +0 -0
- package/gdb/base/14033/2673 +0 -0
- package/gdb/base/14033/2673_fsm +0 -0
- package/gdb/base/14033/2674 +0 -0
- package/gdb/base/14033/2674_fsm +0 -0
- package/gdb/base/14033/2675 +0 -0
- package/gdb/base/14033/2678 +0 -0
- package/gdb/base/14033/2679 +0 -0
- package/gdb/base/14033/2680 +0 -0
- package/gdb/base/14033/2681 +0 -0
- package/gdb/base/14033/2682 +0 -0
- package/gdb/base/14033/2683 +0 -0
- package/gdb/base/14033/2684 +0 -0
- package/gdb/base/14033/2685 +0 -0
- package/gdb/base/14033/2686 +0 -0
- package/gdb/base/14033/2687 +0 -0
- package/gdb/base/14033/2688 +0 -0
- package/gdb/base/14033/2689 +0 -0
- package/gdb/base/14033/2690 +0 -0
- package/gdb/base/14033/2691 +0 -0
- package/gdb/base/14033/2692 +0 -0
- package/gdb/base/14033/2693 +0 -0
- package/gdb/base/14033/2696 +0 -0
- package/gdb/base/14033/2699 +0 -0
- package/gdb/base/14033/2701 +0 -0
- package/gdb/base/14033/2702 +0 -0
- package/gdb/base/14033/2703 +0 -0
- package/gdb/base/14033/2704 +0 -0
- package/gdb/base/14033/2753 +0 -0
- package/gdb/base/14033/2753_fsm +0 -0
- package/gdb/base/14033/2753_vm +0 -0
- package/gdb/base/14033/2754 +0 -0
- package/gdb/base/14033/2755 +0 -0
- package/gdb/base/14033/2756 +0 -0
- package/gdb/base/14033/2757 +0 -0
- package/gdb/base/14033/2830 +0 -0
- package/gdb/base/14033/2831 +0 -0
- package/gdb/base/14033/2832 +0 -0
- package/gdb/base/14033/2833 +0 -0
- package/gdb/base/14033/2834 +0 -0
- package/gdb/base/14033/2835 +0 -0
- package/gdb/base/14033/2836 +0 -0
- package/gdb/base/14033/2836_fsm +0 -0
- package/gdb/base/14033/2836_vm +0 -0
- package/gdb/base/14033/2837 +0 -0
- package/gdb/base/14033/2838 +0 -0
- package/gdb/base/14033/2838_fsm +0 -0
- package/gdb/base/14033/2838_vm +0 -0
- package/gdb/base/14033/2839 +0 -0
- package/gdb/base/14033/2840 +0 -0
- package/gdb/base/14033/2840_fsm +0 -0
- package/gdb/base/14033/2840_vm +0 -0
- package/gdb/base/14033/2841 +0 -0
- package/gdb/base/14033/2995 +0 -0
- package/gdb/base/14033/2996 +0 -0
- package/gdb/base/14033/3079 +0 -0
- package/gdb/base/14033/3079_fsm +0 -0
- package/gdb/base/14033/3079_vm +0 -0
- package/gdb/base/14033/3080 +0 -0
- package/gdb/base/14033/3081 +0 -0
- package/gdb/base/14033/3085 +0 -0
- package/gdb/base/14033/3118 +0 -0
- package/gdb/base/14033/3119 +0 -0
- package/gdb/base/14033/3164 +0 -0
- package/gdb/base/14033/3256 +0 -0
- package/gdb/base/14033/3257 +0 -0
- package/gdb/base/14033/3258 +0 -0
- package/gdb/base/14033/3350 +0 -0
- package/gdb/base/14033/3351 +0 -0
- package/gdb/base/14033/3379 +0 -0
- package/gdb/base/14033/3380 +0 -0
- package/gdb/base/14033/3381 +0 -0
- package/gdb/base/14033/3394 +0 -0
- package/gdb/base/14033/3394_fsm +0 -0
- package/gdb/base/14033/3394_vm +0 -0
- package/gdb/base/14033/3395 +0 -0
- package/gdb/base/14033/3429 +0 -0
- package/gdb/base/14033/3430 +0 -0
- package/gdb/base/14033/3431 +0 -0
- package/gdb/base/14033/3433 +0 -0
- package/gdb/base/14033/3439 +0 -0
- package/gdb/base/14033/3440 +0 -0
- package/gdb/base/14033/3455 +0 -0
- package/gdb/base/14033/3456 +0 -0
- package/gdb/base/14033/3456_fsm +0 -0
- package/gdb/base/14033/3456_vm +0 -0
- package/gdb/base/14033/3466 +0 -0
- package/gdb/base/14033/3467 +0 -0
- package/gdb/base/14033/3468 +0 -0
- package/gdb/base/14033/3501 +0 -0
- package/gdb/base/14033/3502 +0 -0
- package/gdb/base/14033/3503 +0 -0
- package/gdb/base/14033/3534 +0 -0
- package/gdb/base/14033/3541 +0 -0
- package/gdb/base/14033/3541_fsm +0 -0
- package/gdb/base/14033/3541_vm +0 -0
- package/gdb/base/14033/3542 +0 -0
- package/gdb/base/14033/3574 +0 -0
- package/gdb/base/14033/3575 +0 -0
- package/gdb/base/14033/3576 +0 -0
- package/gdb/base/14033/3596 +0 -0
- package/gdb/base/14033/3597 +0 -0
- package/gdb/base/14033/3598 +0 -0
- package/gdb/base/14033/3599 +0 -0
- package/gdb/base/14033/3600 +0 -0
- package/gdb/base/14033/3600_fsm +0 -0
- package/gdb/base/14033/3600_vm +0 -0
- package/gdb/base/14033/3601 +0 -0
- package/gdb/base/14033/3601_fsm +0 -0
- package/gdb/base/14033/3601_vm +0 -0
- package/gdb/base/14033/3602 +0 -0
- package/gdb/base/14033/3602_fsm +0 -0
- package/gdb/base/14033/3602_vm +0 -0
- package/gdb/base/14033/3603 +0 -0
- package/gdb/base/14033/3603_fsm +0 -0
- package/gdb/base/14033/3603_vm +0 -0
- package/gdb/base/14033/3604 +0 -0
- package/gdb/base/14033/3605 +0 -0
- package/gdb/base/14033/3606 +0 -0
- package/gdb/base/14033/3607 +0 -0
- package/gdb/base/14033/3608 +0 -0
- package/gdb/base/14033/3609 +0 -0
- package/gdb/base/14033/3712 +0 -0
- package/gdb/base/14033/3764 +0 -0
- package/gdb/base/14033/3764_fsm +0 -0
- package/gdb/base/14033/3764_vm +0 -0
- package/gdb/base/14033/3766 +0 -0
- package/gdb/base/14033/3767 +0 -0
- package/gdb/base/14033/3997 +0 -0
- package/gdb/base/14033/4143 +0 -0
- package/gdb/base/14033/4144 +0 -0
- package/gdb/base/14033/4145 +0 -0
- package/gdb/base/14033/4146 +0 -0
- package/gdb/base/14033/4147 +0 -0
- package/gdb/base/14033/4148 +0 -0
- package/gdb/base/14033/4149 +0 -0
- package/gdb/base/14033/4150 +0 -0
- package/gdb/base/14033/4151 +0 -0
- package/gdb/base/14033/4152 +0 -0
- package/gdb/base/14033/4153 +0 -0
- package/gdb/base/14033/4154 +0 -0
- package/gdb/base/14033/4155 +0 -0
- package/gdb/base/14033/4156 +0 -0
- package/gdb/base/14033/4157 +0 -0
- package/gdb/base/14033/4158 +0 -0
- package/gdb/base/14033/4159 +0 -0
- package/gdb/base/14033/4160 +0 -0
- package/gdb/base/14033/4163 +0 -0
- package/gdb/base/14033/4164 +0 -0
- package/gdb/base/14033/4165 +0 -0
- package/gdb/base/14033/4166 +0 -0
- package/gdb/base/14033/4167 +0 -0
- package/gdb/base/14033/4168 +0 -0
- package/gdb/base/14033/4169 +0 -0
- package/gdb/base/14033/4170 +0 -0
- package/gdb/base/14033/4171 +0 -0
- package/gdb/base/14033/4172 +0 -0
- package/gdb/base/14033/4173 +0 -0
- package/gdb/base/14033/4174 +0 -0
- package/gdb/base/14033/5002 +0 -0
- package/gdb/base/14033/548 +0 -0
- package/gdb/base/14033/549 +0 -0
- package/gdb/base/14033/6102 +0 -0
- package/gdb/base/14033/6104 +0 -0
- package/gdb/base/14033/6106 +0 -0
- package/gdb/base/14033/6110 +0 -0
- package/gdb/base/14033/6111 +0 -0
- package/gdb/base/14033/6112 +0 -0
- package/gdb/base/14033/6113 +0 -0
- package/gdb/base/14033/6117 +0 -0
- package/gdb/base/14033/6175 +0 -0
- package/gdb/base/14033/6176 +0 -0
- package/gdb/base/14033/826 +0 -0
- package/gdb/base/14033/827 +0 -0
- package/gdb/base/14033/828 +0 -0
- package/gdb/base/14033/PG_VERSION +1 -0
- package/gdb/base/14033/pg_filenode.map +0 -0
- package/gdb/base/14034/112 +0 -0
- package/gdb/base/14034/113 +0 -0
- package/gdb/base/14034/1247 +0 -0
- package/gdb/base/14034/1247_fsm +0 -0
- package/gdb/base/14034/1247_vm +0 -0
- package/gdb/base/14034/1249 +0 -0
- package/gdb/base/14034/1249_fsm +0 -0
- package/gdb/base/14034/1249_vm +0 -0
- package/gdb/base/14034/1255 +0 -0
- package/gdb/base/14034/1255_fsm +0 -0
- package/gdb/base/14034/1255_vm +0 -0
- package/gdb/base/14034/1259 +0 -0
- package/gdb/base/14034/1259_fsm +0 -0
- package/gdb/base/14034/1259_vm +0 -0
- package/gdb/base/14034/13852 +0 -0
- package/gdb/base/14034/13852_fsm +0 -0
- package/gdb/base/14034/13852_vm +0 -0
- package/gdb/base/14034/13855 +0 -0
- package/gdb/base/14034/13856 +0 -0
- package/gdb/base/14034/13857 +0 -0
- package/gdb/base/14034/13857_fsm +0 -0
- package/gdb/base/14034/13857_vm +0 -0
- package/gdb/base/14034/13860 +0 -0
- package/gdb/base/14034/13861 +0 -0
- package/gdb/base/14034/13862 +0 -0
- package/gdb/base/14034/13862_fsm +0 -0
- package/gdb/base/14034/13862_vm +0 -0
- package/gdb/base/14034/13865 +0 -0
- package/gdb/base/14034/13866 +0 -0
- package/gdb/base/14034/13867 +0 -0
- package/gdb/base/14034/13867_fsm +0 -0
- package/gdb/base/14034/13867_vm +0 -0
- package/gdb/base/14034/13870 +0 -0
- package/gdb/base/14034/13871 +0 -0
- package/gdb/base/14034/1417 +0 -0
- package/gdb/base/14034/1418 +0 -0
- package/gdb/base/14034/16386 +0 -0
- package/gdb/base/14034/16389 +0 -0
- package/gdb/base/14034/16390 +0 -0
- package/gdb/base/14034/16391 +0 -0
- package/gdb/base/14034/16393 +0 -0
- package/gdb/base/14034/16396 +0 -0
- package/gdb/base/14034/16397 +0 -0
- package/gdb/base/14034/16398 +0 -0
- package/gdb/base/14034/16400 +0 -0
- package/gdb/base/14034/16403 +0 -0
- package/gdb/base/14034/16404 +0 -0
- package/gdb/base/14034/16420 +0 -0
- package/gdb/base/14034/16423 +0 -0
- package/gdb/base/14034/16424 +0 -0
- package/gdb/base/14034/16425 +0 -0
- package/gdb/base/14034/16427 +0 -0
- package/gdb/base/14034/16430 +0 -0
- package/gdb/base/14034/16431 +0 -0
- package/gdb/base/14034/16432 +0 -0
- package/gdb/base/14034/16434 +0 -0
- package/gdb/base/14034/16437 +0 -0
- package/gdb/base/14034/16438 +0 -0
- package/gdb/base/14034/16439 +0 -0
- package/gdb/base/14034/16446 +0 -0
- package/gdb/base/14034/16449 +0 -0
- package/gdb/base/14034/16450 +0 -0
- package/gdb/base/14034/16451 +0 -0
- package/gdb/base/14034/16458 +0 -0
- package/gdb/base/14034/16461 +0 -0
- package/gdb/base/14034/16462 +0 -0
- package/gdb/base/14034/16463 +0 -0
- package/gdb/base/14034/16475 +0 -0
- package/gdb/base/14034/16478 +0 -0
- package/gdb/base/14034/16479 +0 -0
- package/gdb/base/14034/16480 +0 -0
- package/gdb/base/14034/174 +0 -0
- package/gdb/base/14034/175 +0 -0
- package/gdb/base/14034/2187 +0 -0
- package/gdb/base/14034/2224 +0 -0
- package/gdb/base/14034/2228 +0 -0
- package/gdb/base/14034/2328 +0 -0
- package/gdb/base/14034/2336 +0 -0
- package/gdb/base/14034/2337 +0 -0
- package/gdb/base/14034/2579 +0 -0
- package/gdb/base/14034/2600 +0 -0
- package/gdb/base/14034/2600_fsm +0 -0
- package/gdb/base/14034/2600_vm +0 -0
- package/gdb/base/14034/2601 +0 -0
- package/gdb/base/14034/2601_fsm +0 -0
- package/gdb/base/14034/2601_vm +0 -0
- package/gdb/base/14034/2602 +0 -0
- package/gdb/base/14034/2602_fsm +0 -0
- package/gdb/base/14034/2602_vm +0 -0
- package/gdb/base/14034/2603 +0 -0
- package/gdb/base/14034/2603_fsm +0 -0
- package/gdb/base/14034/2603_vm +0 -0
- package/gdb/base/14034/2604 +0 -0
- package/gdb/base/14034/2605 +0 -0
- package/gdb/base/14034/2605_fsm +0 -0
- package/gdb/base/14034/2605_vm +0 -0
- package/gdb/base/14034/2606 +0 -0
- package/gdb/base/14034/2606_fsm +0 -0
- package/gdb/base/14034/2606_vm +0 -0
- package/gdb/base/14034/2607 +0 -0
- package/gdb/base/14034/2607_fsm +0 -0
- package/gdb/base/14034/2607_vm +0 -0
- package/gdb/base/14034/2608 +0 -0
- package/gdb/base/14034/2608_fsm +0 -0
- package/gdb/base/14034/2608_vm +0 -0
- package/gdb/base/14034/2609 +0 -0
- package/gdb/base/14034/2609_fsm +0 -0
- package/gdb/base/14034/2609_vm +0 -0
- package/gdb/base/14034/2610 +0 -0
- package/gdb/base/14034/2610_fsm +0 -0
- package/gdb/base/14034/2610_vm +0 -0
- package/gdb/base/14034/2611 +0 -0
- package/gdb/base/14034/2612 +0 -0
- package/gdb/base/14034/2612_fsm +0 -0
- package/gdb/base/14034/2612_vm +0 -0
- package/gdb/base/14034/2613 +0 -0
- package/gdb/base/14034/2615 +0 -0
- package/gdb/base/14034/2615_fsm +0 -0
- package/gdb/base/14034/2615_vm +0 -0
- package/gdb/base/14034/2616 +0 -0
- package/gdb/base/14034/2616_fsm +0 -0
- package/gdb/base/14034/2616_vm +0 -0
- package/gdb/base/14034/2617 +0 -0
- package/gdb/base/14034/2617_fsm +0 -0
- package/gdb/base/14034/2617_vm +0 -0
- package/gdb/base/14034/2618 +0 -0
- package/gdb/base/14034/2618_fsm +0 -0
- package/gdb/base/14034/2618_vm +0 -0
- package/gdb/base/14034/2619 +0 -0
- package/gdb/base/14034/2619_fsm +0 -0
- package/gdb/base/14034/2619_vm +0 -0
- package/gdb/base/14034/2620 +0 -0
- package/gdb/base/14034/2650 +0 -0
- package/gdb/base/14034/2651 +0 -0
- package/gdb/base/14034/2652 +0 -0
- package/gdb/base/14034/2653 +0 -0
- package/gdb/base/14034/2654 +0 -0
- package/gdb/base/14034/2655 +0 -0
- package/gdb/base/14034/2656 +0 -0
- package/gdb/base/14034/2657 +0 -0
- package/gdb/base/14034/2658 +0 -0
- package/gdb/base/14034/2659 +0 -0
- package/gdb/base/14034/2660 +0 -0
- package/gdb/base/14034/2661 +0 -0
- package/gdb/base/14034/2662 +0 -0
- package/gdb/base/14034/2663 +0 -0
- package/gdb/base/14034/2664 +0 -0
- package/gdb/base/14034/2665 +0 -0
- package/gdb/base/14034/2666 +0 -0
- package/gdb/base/14034/2667 +0 -0
- package/gdb/base/14034/2668 +0 -0
- package/gdb/base/14034/2669 +0 -0
- package/gdb/base/14034/2670 +0 -0
- package/gdb/base/14034/2673 +0 -0
- package/gdb/base/14034/2673_fsm +0 -0
- package/gdb/base/14034/2674 +0 -0
- package/gdb/base/14034/2674_fsm +0 -0
- package/gdb/base/14034/2675 +0 -0
- package/gdb/base/14034/2678 +0 -0
- package/gdb/base/14034/2679 +0 -0
- package/gdb/base/14034/2680 +0 -0
- package/gdb/base/14034/2681 +0 -0
- package/gdb/base/14034/2682 +0 -0
- package/gdb/base/14034/2683 +0 -0
- package/gdb/base/14034/2684 +0 -0
- package/gdb/base/14034/2685 +0 -0
- package/gdb/base/14034/2686 +0 -0
- package/gdb/base/14034/2687 +0 -0
- package/gdb/base/14034/2688 +0 -0
- package/gdb/base/14034/2689 +0 -0
- package/gdb/base/14034/2690 +0 -0
- package/gdb/base/14034/2691 +0 -0
- package/gdb/base/14034/2692 +0 -0
- package/gdb/base/14034/2693 +0 -0
- package/gdb/base/14034/2696 +0 -0
- package/gdb/base/14034/2699 +0 -0
- package/gdb/base/14034/2701 +0 -0
- package/gdb/base/14034/2702 +0 -0
- package/gdb/base/14034/2703 +0 -0
- package/gdb/base/14034/2704 +0 -0
- package/gdb/base/14034/2753 +0 -0
- package/gdb/base/14034/2753_fsm +0 -0
- package/gdb/base/14034/2753_vm +0 -0
- package/gdb/base/14034/2754 +0 -0
- package/gdb/base/14034/2755 +0 -0
- package/gdb/base/14034/2756 +0 -0
- package/gdb/base/14034/2757 +0 -0
- package/gdb/base/14034/2830 +0 -0
- package/gdb/base/14034/2831 +0 -0
- package/gdb/base/14034/2832 +0 -0
- package/gdb/base/14034/2833 +0 -0
- package/gdb/base/14034/2834 +0 -0
- package/gdb/base/14034/2835 +0 -0
- package/gdb/base/14034/2836 +0 -0
- package/gdb/base/14034/2836_fsm +0 -0
- package/gdb/base/14034/2836_vm +0 -0
- package/gdb/base/14034/2837 +0 -0
- package/gdb/base/14034/2838 +0 -0
- package/gdb/base/14034/2838_fsm +0 -0
- package/gdb/base/14034/2838_vm +0 -0
- package/gdb/base/14034/2839 +0 -0
- package/gdb/base/14034/2840 +0 -0
- package/gdb/base/14034/2840_fsm +0 -0
- package/gdb/base/14034/2840_vm +0 -0
- package/gdb/base/14034/2841 +0 -0
- package/gdb/base/14034/2995 +0 -0
- package/gdb/base/14034/2996 +0 -0
- package/gdb/base/14034/3079 +0 -0
- package/gdb/base/14034/3079_fsm +0 -0
- package/gdb/base/14034/3079_vm +0 -0
- package/gdb/base/14034/3080 +0 -0
- package/gdb/base/14034/3081 +0 -0
- package/gdb/base/14034/3085 +0 -0
- package/gdb/base/14034/3118 +0 -0
- package/gdb/base/14034/3119 +0 -0
- package/gdb/base/14034/3164 +0 -0
- package/gdb/base/14034/3256 +0 -0
- package/gdb/base/14034/3257 +0 -0
- package/gdb/base/14034/3258 +0 -0
- package/gdb/base/14034/3350 +0 -0
- package/gdb/base/14034/3351 +0 -0
- package/gdb/base/14034/3379 +0 -0
- package/gdb/base/14034/3380 +0 -0
- package/gdb/base/14034/3381 +0 -0
- package/gdb/base/14034/3394 +0 -0
- package/gdb/base/14034/3394_fsm +0 -0
- package/gdb/base/14034/3394_vm +0 -0
- package/gdb/base/14034/3395 +0 -0
- package/gdb/base/14034/3429 +0 -0
- package/gdb/base/14034/3430 +0 -0
- package/gdb/base/14034/3431 +0 -0
- package/gdb/base/14034/3433 +0 -0
- package/gdb/base/14034/3439 +0 -0
- package/gdb/base/14034/3440 +0 -0
- package/gdb/base/14034/3455 +0 -0
- package/gdb/base/14034/3456 +0 -0
- package/gdb/base/14034/3456_fsm +0 -0
- package/gdb/base/14034/3456_vm +0 -0
- package/gdb/base/14034/3466 +0 -0
- package/gdb/base/14034/3467 +0 -0
- package/gdb/base/14034/3468 +0 -0
- package/gdb/base/14034/3501 +0 -0
- package/gdb/base/14034/3502 +0 -0
- package/gdb/base/14034/3503 +0 -0
- package/gdb/base/14034/3534 +0 -0
- package/gdb/base/14034/3541 +0 -0
- package/gdb/base/14034/3541_fsm +0 -0
- package/gdb/base/14034/3541_vm +0 -0
- package/gdb/base/14034/3542 +0 -0
- package/gdb/base/14034/3574 +0 -0
- package/gdb/base/14034/3575 +0 -0
- package/gdb/base/14034/3576 +0 -0
- package/gdb/base/14034/3596 +0 -0
- package/gdb/base/14034/3597 +0 -0
- package/gdb/base/14034/3598 +0 -0
- package/gdb/base/14034/3599 +0 -0
- package/gdb/base/14034/3600 +0 -0
- package/gdb/base/14034/3600_fsm +0 -0
- package/gdb/base/14034/3600_vm +0 -0
- package/gdb/base/14034/3601 +0 -0
- package/gdb/base/14034/3601_fsm +0 -0
- package/gdb/base/14034/3601_vm +0 -0
- package/gdb/base/14034/3602 +0 -0
- package/gdb/base/14034/3602_fsm +0 -0
- package/gdb/base/14034/3602_vm +0 -0
- package/gdb/base/14034/3603 +0 -0
- package/gdb/base/14034/3603_fsm +0 -0
- package/gdb/base/14034/3603_vm +0 -0
- package/gdb/base/14034/3604 +0 -0
- package/gdb/base/14034/3605 +0 -0
- package/gdb/base/14034/3606 +0 -0
- package/gdb/base/14034/3607 +0 -0
- package/gdb/base/14034/3608 +0 -0
- package/gdb/base/14034/3609 +0 -0
- package/gdb/base/14034/3712 +0 -0
- package/gdb/base/14034/3764 +0 -0
- package/gdb/base/14034/3764_fsm +0 -0
- package/gdb/base/14034/3764_vm +0 -0
- package/gdb/base/14034/3766 +0 -0
- package/gdb/base/14034/3767 +0 -0
- package/gdb/base/14034/3997 +0 -0
- package/gdb/base/14034/4143 +0 -0
- package/gdb/base/14034/4144 +0 -0
- package/gdb/base/14034/4145 +0 -0
- package/gdb/base/14034/4146 +0 -0
- package/gdb/base/14034/4147 +0 -0
- package/gdb/base/14034/4148 +0 -0
- package/gdb/base/14034/4149 +0 -0
- package/gdb/base/14034/4150 +0 -0
- package/gdb/base/14034/4151 +0 -0
- package/gdb/base/14034/4152 +0 -0
- package/gdb/base/14034/4153 +0 -0
- package/gdb/base/14034/4154 +0 -0
- package/gdb/base/14034/4155 +0 -0
- package/gdb/base/14034/4156 +0 -0
- package/gdb/base/14034/4157 +0 -0
- package/gdb/base/14034/4158 +0 -0
- package/gdb/base/14034/4159 +0 -0
- package/gdb/base/14034/4160 +0 -0
- package/gdb/base/14034/4163 +0 -0
- package/gdb/base/14034/4164 +0 -0
- package/gdb/base/14034/4165 +0 -0
- package/gdb/base/14034/4166 +0 -0
- package/gdb/base/14034/4167 +0 -0
- package/gdb/base/14034/4168 +0 -0
- package/gdb/base/14034/4169 +0 -0
- package/gdb/base/14034/4170 +0 -0
- package/gdb/base/14034/4171 +0 -0
- package/gdb/base/14034/4172 +0 -0
- package/gdb/base/14034/4173 +0 -0
- package/gdb/base/14034/4174 +0 -0
- package/gdb/base/14034/5002 +0 -0
- package/gdb/base/14034/548 +0 -0
- package/gdb/base/14034/549 +0 -0
- package/gdb/base/14034/6102 +0 -0
- package/gdb/base/14034/6104 +0 -0
- package/gdb/base/14034/6106 +0 -0
- package/gdb/base/14034/6110 +0 -0
- package/gdb/base/14034/6111 +0 -0
- package/gdb/base/14034/6112 +0 -0
- package/gdb/base/14034/6113 +0 -0
- package/gdb/base/14034/6117 +0 -0
- package/gdb/base/14034/6175 +0 -0
- package/gdb/base/14034/6176 +0 -0
- package/gdb/base/14034/826 +0 -0
- package/gdb/base/14034/827 +0 -0
- package/gdb/base/14034/828 +0 -0
- package/gdb/base/14034/PG_VERSION +1 -0
- package/gdb/base/14034/pg_filenode.map +0 -0
- package/gdb/base/14034/pg_internal.init +0 -0
- package/gdb/global/1213 +0 -0
- package/gdb/global/1213_fsm +0 -0
- package/gdb/global/1213_vm +0 -0
- package/gdb/global/1214 +0 -0
- package/gdb/global/1214_fsm +0 -0
- package/gdb/global/1214_vm +0 -0
- package/gdb/global/1232 +0 -0
- package/gdb/global/1233 +0 -0
- package/gdb/global/1260 +0 -0
- package/gdb/global/1260_fsm +0 -0
- package/gdb/global/1260_vm +0 -0
- package/gdb/global/1261 +0 -0
- package/gdb/global/1261_fsm +0 -0
- package/gdb/global/1261_vm +0 -0
- package/gdb/global/1262 +0 -0
- package/gdb/global/1262_fsm +0 -0
- package/gdb/global/1262_vm +0 -0
- package/gdb/global/2396 +0 -0
- package/gdb/global/2396_fsm +0 -0
- package/gdb/global/2396_vm +0 -0
- package/gdb/global/2397 +0 -0
- package/gdb/global/2671 +0 -0
- package/gdb/global/2672 +0 -0
- package/gdb/global/2676 +0 -0
- package/gdb/global/2677 +0 -0
- package/gdb/global/2694 +0 -0
- package/gdb/global/2695 +0 -0
- package/gdb/global/2697 +0 -0
- package/gdb/global/2698 +0 -0
- package/gdb/global/2846 +0 -0
- package/gdb/global/2847 +0 -0
- package/gdb/global/2964 +0 -0
- package/gdb/global/2965 +0 -0
- package/gdb/global/2966 +0 -0
- package/gdb/global/2967 +0 -0
- package/gdb/global/3592 +0 -0
- package/gdb/global/3593 +0 -0
- package/gdb/global/4060 +0 -0
- package/gdb/global/4061 +0 -0
- package/gdb/global/4175 +0 -0
- package/gdb/global/4176 +0 -0
- package/gdb/global/4177 +0 -0
- package/gdb/global/4178 +0 -0
- package/gdb/global/4181 +0 -0
- package/gdb/global/4182 +0 -0
- package/gdb/global/4183 +0 -0
- package/gdb/global/4184 +0 -0
- package/gdb/global/4185 +0 -0
- package/gdb/global/4186 +0 -0
- package/gdb/global/6000 +0 -0
- package/gdb/global/6001 +0 -0
- package/gdb/global/6002 +0 -0
- package/gdb/global/6100 +0 -0
- package/gdb/global/6114 +0 -0
- package/gdb/global/6115 +0 -0
- package/gdb/global/pg_control +0 -0
- package/gdb/global/pg_filenode.map +0 -0
- package/gdb/global/pg_internal.init +0 -0
- package/gdb/pg_hba.conf +98 -0
- package/gdb/pg_ident.conf +42 -0
- package/gdb/pg_logical/replorigin_checkpoint +0 -0
- package/gdb/pg_multixact/members/0000 +0 -0
- package/gdb/pg_multixact/offsets/0000 +0 -0
- package/gdb/pg_stat/db_0.stat +0 -0
- package/gdb/pg_stat/db_14034.stat +0 -0
- package/gdb/pg_stat/global.stat +0 -0
- package/gdb/pg_subtrans/0000 +0 -0
- package/gdb/pg_wal/000000010000000000000001 +0 -0
- package/gdb/pg_xact/0000 +0 -0
- package/gdb/postgresql.auto.conf +2 -0
- package/gdb/postgresql.conf +796 -0
- package/gdb/postmaster.opts +1 -0
- package/package.json +12 -12
- package/server/app.js +3 -1
- package/server/controllers/additional-sheet-parser.js +2 -2
- package/server/controllers/custom-workbook-controller.js +67 -0
- package/server/controllers/demo-workbooks.js +4 -4
- package/server/controllers/exporters/xlsx.js +29 -52
- package/server/controllers/expression-database-controller.js +19 -0
- package/server/controllers/network-database-controller.js +18 -0
- package/server/controllers/spreadsheet-controller.js +8 -8
- package/server/dals/expression-dal.js +131 -0
- package/server/dals/network-dal.js +101 -0
- package/test/additional-sheet-parser-tests.js +1 -1
- package/test/api-tests.js +2 -5
- package/test/export-tests.js +13 -2
- package/test/test.js +56 -19
- package/web-client/public/gene/api.js +1 -1
- package/web-client/public/js/api/grnsight-api.js +88 -0
- package/web-client/public/js/constants.js +7 -4
- package/web-client/public/js/generateNetwork.js +222 -0
- package/web-client/public/js/grnsight.js +2 -0
- package/web-client/public/js/grnsight.min.js +79 -43
- package/web-client/public/js/grnstate.js +2 -1
- package/web-client/public/js/setup-load-and-import-handlers.js +185 -153
- package/web-client/public/js/update-app.js +67 -101
- package/web-client/public/js/upload.js +420 -244
- package/web-client/public/stylesheets/grnsight.styl +198 -3
- package/web-client/views/components/demo.pug +10 -0
- package/web-client/views/info.pug +1 -1
- package/web-client/views/upload.pug +126 -133
- package/server/controllers/database-controller.js +0 -129
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# Network Database
|
|
2
|
+
|
|
3
|
+
All files pertaining the network database live within this directory.
|
|
4
|
+
|
|
5
|
+
## The basics
|
|
6
|
+
|
|
7
|
+
### Schema
|
|
8
|
+
|
|
9
|
+
All network data is stored within the spring2022_network schema on our Postgres database.
|
|
10
|
+
|
|
11
|
+
The schema is located within this directory at the top level in the file `schema.sql`. It defines the tables located within the spring2022_network schema.
|
|
12
|
+
|
|
13
|
+
Usage:
|
|
14
|
+
To load to local database
|
|
15
|
+
```
|
|
16
|
+
psql postgresql://localhost/postgres -f schema.sql
|
|
17
|
+
```
|
|
18
|
+
To load to production database
|
|
19
|
+
```
|
|
20
|
+
psql <address to database> -f schema.sql
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Scripts
|
|
24
|
+
|
|
25
|
+
All scripts live within the subdirectory `scripts`, located in the top-level of the network database directory.
|
|
26
|
+
|
|
27
|
+
Any source files required to run the scripts live within the subdirectory `source-files`, located in the top-level of the network database directory. As source files may be large, you must create this directory yourself and add any source files you need to use there.
|
|
28
|
+
|
|
29
|
+
All generated results of the scripts live in the subdirectory `script-results`, located in the top-level of the network database directory. Currently, all scripts that generate code create the directory if it does not currently exist. When adding a new script that generates resulting code, best practice is to create the script-results directory and any subdirectories if it does not exist, in order to prevent errors and snafus for recently cloned repositories.
|
|
30
|
+
|
|
31
|
+
Within the scripts directory, there are the following files:
|
|
32
|
+
|
|
33
|
+
- `generate_network.py`
|
|
34
|
+
- `loader.py`
|
|
35
|
+
- `filter_genes.py`
|
|
36
|
+
- `generate_sgd_network_from_yeastract_network.py`
|
|
37
|
+
|
|
38
|
+
#### Network Generator (and data preprocessor)
|
|
39
|
+
|
|
40
|
+
This script (`generate_network.py`) is a two-for-one. It first uses the yeastmine service from the SGD database to query for all regulator genes relating to Saccharomyces cerevisiae. From there it gets all all of the targets for each regulator gene. We then construct two networks from these connections (a regulator by regulator matrix as well as a regulator by target matrix). We also construct the processed loader files, so that they are ready to load using `loader.py`.
|
|
41
|
+
|
|
42
|
+
The resulting network matrices are located in `script-results/networks` and the resulting processed loader files are located within `script-results/processed-loader-files`
|
|
43
|
+
|
|
44
|
+
Make sure to have all dependencies installed beforehand or you will recieve errors. (pip3 install intermine, tzlocal, etc. [see file for all imports]
|
|
45
|
+
|
|
46
|
+
Usage:
|
|
47
|
+
```
|
|
48
|
+
python3 generate_network.py
|
|
49
|
+
```
|
|
50
|
+
#### Database Loader
|
|
51
|
+
|
|
52
|
+
This script (`loader.py`) is to be used to load your preprocessed genes into the database.
|
|
53
|
+
|
|
54
|
+
This program generates direct SQL statements from the source files generated by the network generator in order to populate a relational database with those files’ data
|
|
55
|
+
|
|
56
|
+
Usage:
|
|
57
|
+
To load to local database
|
|
58
|
+
```
|
|
59
|
+
python3 loader.py | psql postgresql://localhost/postgres
|
|
60
|
+
```
|
|
61
|
+
To load to production database
|
|
62
|
+
```
|
|
63
|
+
python3 loader.py | psql <address to database>
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
#### Filter Genes (beta functionality, not tested)
|
|
67
|
+
|
|
68
|
+
This script (`filter_genes.py`) is to be used when updating a pre-existing database. It requires you to generate a new network from yeastmine using the script.`generate_network.py`. Once you generate the network, the script will access the database get all of the genes stored within. From there it will generate a csv file of all genes in the new network that are missing from your database, and all genes that have updated their display name (standard like name). You should change the database host to your localhost if you are running your own instance of postgresql and not the production database. Once finished, you can load the updated genes list using `loader.py`. *Note:* You will have to change the `GENE_SOURCE` to be the output file of the missing genes.
|
|
69
|
+
|
|
70
|
+
**Never save the password to your database in filter_genes.py! If you want, you can set up an environment variable where you store sensitive information, but for convience you will have to enter the password yourself.**
|
|
71
|
+
|
|
72
|
+
Usage:
|
|
73
|
+
```
|
|
74
|
+
python3 filter_genes.py
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
#### Generate an SGD network from a Yeastract network
|
|
79
|
+
|
|
80
|
+
This script takes a network (assumed to have data from Yeastract, but it can be any given network) and gives you a network with data queried from Yeastmine (SGD). It takes the regulators and targets from a given network file, then queries Yeastmine in order to get the regulatory connections between the genes. From there, it creates a new network using the data obtained from Yeastmine.
|
|
81
|
+
|
|
82
|
+
To use, create a folder called `source-files` within the `network-database` folder. Add your network(s) to the newly created directory. Then go into the script and change the `YEASTRACT_NETWORK` to be the path of the network you would like to convert. Run the script and your SGD network (using the same genes) will be output in the `/script-results/yeastract-to-sgd-networks` directory. Change the name of the output files by editing the `SGD_MATRIX_EXCEL` and `SGD_MATRIX` variables
|
|
83
|
+
|
|
84
|
+
Usage:
|
|
85
|
+
```
|
|
86
|
+
python3 generate_sgd_network_from_yeastract_network.py
|
|
87
|
+
```
|
|
88
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
CREATE TABLE spring2022_network.source (
|
|
2
|
+
time_stamp TIMESTAMP WITH TIME ZONE,
|
|
3
|
+
source VARCHAR,
|
|
4
|
+
source_display_name VARCHAR,
|
|
5
|
+
PRIMARY KEY(time_stamp, source)
|
|
6
|
+
);
|
|
7
|
+
|
|
8
|
+
CREATE TABLE spring2022_network.gene (
|
|
9
|
+
gene_id VARCHAR, -- systematic like name
|
|
10
|
+
display_gene_id VARCHAR, -- standard like name
|
|
11
|
+
species VARCHAR,
|
|
12
|
+
taxon_id VARCHAR,
|
|
13
|
+
regulator BOOLEAN,
|
|
14
|
+
PRIMARY KEY(gene_id, taxon_id)
|
|
15
|
+
);
|
|
16
|
+
CREATE TABLE spring2022_network.network (
|
|
17
|
+
regulator_gene_id VARCHAR,
|
|
18
|
+
target_gene_id VARCHAR,
|
|
19
|
+
taxon_id VARCHAR,
|
|
20
|
+
time_stamp TIMESTAMP WITH TIME ZONE,
|
|
21
|
+
source VARCHAR,
|
|
22
|
+
FOREIGN KEY (regulator_gene_id, taxon_id) REFERENCES spring2022_network.gene(gene_id, taxon_id),
|
|
23
|
+
FOREIGN KEY (target_gene_id, taxon_id) REFERENCES spring2022_network.gene(gene_id, taxon_id),
|
|
24
|
+
FOREIGN KEY (time_stamp, source) REFERENCES spring2022_network.source(time_stamp, source)
|
|
25
|
+
);
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import psycopg2
|
|
2
|
+
import csv
|
|
3
|
+
import os
|
|
4
|
+
|
|
5
|
+
PROCESSED_GENES = "../script-results/processed-loader-files/gene.csv"
|
|
6
|
+
MISSING_GENE_DESTINATION = '../script-results/processed-loader-files/missing-genes.csv'
|
|
7
|
+
UPDATE_GENE_DESTINATION = '../script-results/processed-loader-files/update-genes.csv'
|
|
8
|
+
|
|
9
|
+
try:
|
|
10
|
+
connection = psycopg2.connect(user="postgres",
|
|
11
|
+
password="",
|
|
12
|
+
host="grnsight2.cfimp3lu6uob.us-west-1.rds.amazonaws.com",
|
|
13
|
+
port="5432",
|
|
14
|
+
database="postgres")
|
|
15
|
+
cursor = connection.cursor()
|
|
16
|
+
postgreSQL_select_Query = "select * from spring2022_network.gene"
|
|
17
|
+
|
|
18
|
+
cursor.execute(postgreSQL_select_Query)
|
|
19
|
+
print("Selecting rows from gene table using cursor.fetchall")
|
|
20
|
+
gene_records = cursor.fetchall()
|
|
21
|
+
|
|
22
|
+
db_genes = {}
|
|
23
|
+
missing_genes = {}
|
|
24
|
+
genes_to_update = {}
|
|
25
|
+
for gene in gene_records:
|
|
26
|
+
# key = (gene_id, taxon_id)
|
|
27
|
+
key = (gene[0], gene[3])
|
|
28
|
+
value = {"display_gene_id": gene[1], "species": gene[2], "regulator": gene[4]}
|
|
29
|
+
db_genes[key] = value
|
|
30
|
+
|
|
31
|
+
print(f'Processing file {PROCESSED_GENES}')
|
|
32
|
+
with open(PROCESSED_GENES, 'r+', encoding="UTF-8") as f:
|
|
33
|
+
i = 0
|
|
34
|
+
reader = csv.reader(f)
|
|
35
|
+
for row in reader:
|
|
36
|
+
if i != 0:
|
|
37
|
+
row = row[0].split('\t')
|
|
38
|
+
gene_id = row[0]
|
|
39
|
+
display_gene_id = row[1]
|
|
40
|
+
species = row[2]
|
|
41
|
+
taxon_id = row[3]
|
|
42
|
+
regulator = row[4]
|
|
43
|
+
key = (gene_id, taxon_id)
|
|
44
|
+
value = {"display_gene_id": display_gene_id , "species": species, "regulator": regulator}
|
|
45
|
+
if key not in db_genes:
|
|
46
|
+
missing_genes[key] = value
|
|
47
|
+
elif db_genes[key]["display_gene_id"] != display_gene_id:
|
|
48
|
+
# the display gene id got updated, so lets update our db to account for that
|
|
49
|
+
genes_to_update[key] = value
|
|
50
|
+
i+=1
|
|
51
|
+
|
|
52
|
+
print(f'Creating missing-genes.csv\n')
|
|
53
|
+
gene_file = open(MISSING_GENE_DESTINATION, 'w')
|
|
54
|
+
headers = f'Gene ID\tDisplay Gene ID\tSpecies\tTaxon ID\tRegulator'
|
|
55
|
+
gene_file.write(f'{headers}\n')
|
|
56
|
+
for gene in missing_genes:
|
|
57
|
+
gene_file.write(f'{gene[0]}\t{missing_genes[gene]["display_gene_id"]}\t{missing_genes[gene]["species"]}\t{gene[1]}\t{missing_genes[gene]["regulator"]}\n')
|
|
58
|
+
gene_file.close()
|
|
59
|
+
|
|
60
|
+
print(f'Creating update-genes.csv\n')
|
|
61
|
+
gene_file = open(UPDATE_GENE_DESTINATION, 'w')
|
|
62
|
+
headers = f'Gene ID\tDisplay Gene ID\tSpecies\tTaxon ID\tRegulator'
|
|
63
|
+
gene_file.write(f'{headers}\n')
|
|
64
|
+
for gene in genes_to_update:
|
|
65
|
+
gene_file.write(f'{gene[0]}\t{genes_to_update[gene]["display_gene_id"]}\t{genes_to_update[gene]["species"]}\t{gene[1]}\t{genes_to_update[gene]["regulator"]}\n')
|
|
66
|
+
gene_file.close()
|
|
67
|
+
|
|
68
|
+
except (Exception, psycopg2.Error) as error:
|
|
69
|
+
print("Error while fetching data from PostgreSQL", error)
|
|
70
|
+
|
|
71
|
+
finally:
|
|
72
|
+
# closing database connection.
|
|
73
|
+
if connection:
|
|
74
|
+
cursor.close()
|
|
75
|
+
connection.close()
|
|
76
|
+
print("PostgreSQL connection is closed")
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
from __future__ import print_function
|
|
2
|
+
|
|
3
|
+
from intermine.webservice import Service
|
|
4
|
+
service = Service("https://yeastmine.yeastgenome.org/yeastmine/service")
|
|
5
|
+
|
|
6
|
+
import csv
|
|
7
|
+
import re
|
|
8
|
+
import sys
|
|
9
|
+
import os
|
|
10
|
+
import datetime
|
|
11
|
+
|
|
12
|
+
# Get Network Data from Yeastmine
|
|
13
|
+
|
|
14
|
+
query = service.new_query("Gene")
|
|
15
|
+
|
|
16
|
+
query.add_view(
|
|
17
|
+
"primaryIdentifier", "secondaryIdentifier", "symbol", "name", "sgdAlias",
|
|
18
|
+
"regulationSummary.summaryParagraph",
|
|
19
|
+
"regulationSummary.publications.pubMedId",
|
|
20
|
+
"regulationSummary.publications.citation"
|
|
21
|
+
)
|
|
22
|
+
query.outerjoin("regulationSummary.publications")
|
|
23
|
+
|
|
24
|
+
regulators = {}
|
|
25
|
+
all_genes = {}
|
|
26
|
+
print("COLLECTING REGULATORS\n")
|
|
27
|
+
for row in query.rows():
|
|
28
|
+
systematic_name = row["secondaryIdentifier"]
|
|
29
|
+
standard_name = row["symbol"]
|
|
30
|
+
if standard_name == None:
|
|
31
|
+
standard_name = systematic_name
|
|
32
|
+
|
|
33
|
+
regulators[standard_name] = systematic_name
|
|
34
|
+
all_genes[standard_name] = systematic_name
|
|
35
|
+
|
|
36
|
+
regulators_to_targets = {}
|
|
37
|
+
all_targets = {}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
print("COLLECTING TARGETS\n")
|
|
41
|
+
for regulator in regulators:
|
|
42
|
+
query = service.new_query("Gene")
|
|
43
|
+
query.add_constraint("regulatoryRegions", "TFBindingSite")
|
|
44
|
+
query.add_view(
|
|
45
|
+
"regulatoryRegions.regulator.symbol",
|
|
46
|
+
"regulatoryRegions.regulator.secondaryIdentifier", "symbol",
|
|
47
|
+
"secondaryIdentifier", "regulatoryRegions.regEvidence.ontologyTerm.name",
|
|
48
|
+
"regulatoryRegions.regEvidence.ontologyTerm.identifier",
|
|
49
|
+
"regulatoryRegions.experimentCondition",
|
|
50
|
+
"regulatoryRegions.strainBackground",
|
|
51
|
+
"regulatoryRegions.regulationDirection",
|
|
52
|
+
"regulatoryRegions.publications.pubMedId", "regulatoryRegions.datasource",
|
|
53
|
+
"regulatoryRegions.annotationType"
|
|
54
|
+
)
|
|
55
|
+
query.add_sort_order("Gene.secondaryIdentifier", "ASC")
|
|
56
|
+
query.add_constraint("regulatoryRegions.regulator", "LOOKUP", regulator, "S. cerevisiae", code="A")
|
|
57
|
+
targets = {}
|
|
58
|
+
|
|
59
|
+
for row in query.rows():
|
|
60
|
+
target_systematic_name = row["secondaryIdentifier"]
|
|
61
|
+
target_standard_name = row["symbol"]
|
|
62
|
+
if target_standard_name == None:
|
|
63
|
+
target_standard_name = target_systematic_name
|
|
64
|
+
targets[target_standard_name] = target_systematic_name
|
|
65
|
+
all_targets[target_standard_name] = target_systematic_name
|
|
66
|
+
all_genes[target_standard_name] = target_systematic_name
|
|
67
|
+
|
|
68
|
+
regulators_to_targets[regulator] = { "systematic_name": regulators[regulator], "targets": targets}
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
def create_regulator_to_target_row(target, all_regulators):
|
|
73
|
+
result = "" + target
|
|
74
|
+
for regulator in all_regulators:
|
|
75
|
+
if target in all_regulators[regulator]["targets"]:
|
|
76
|
+
result += "\t" + "1"
|
|
77
|
+
else:
|
|
78
|
+
result += "\t" + "0"
|
|
79
|
+
return result
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
# Create files
|
|
83
|
+
|
|
84
|
+
# Create folder paths
|
|
85
|
+
if not os.path.exists('../script-results'):
|
|
86
|
+
os.makedirs('../script-results')
|
|
87
|
+
|
|
88
|
+
if not os.path.exists('../script-results/networks'):
|
|
89
|
+
os.makedirs('../script-results/networks')
|
|
90
|
+
|
|
91
|
+
if not os.path.exists('../script-results/processed-loader-files'):
|
|
92
|
+
os.makedirs('../script-results/processed-loader-files')
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
# Files to be generated
|
|
97
|
+
|
|
98
|
+
# Generate Networks
|
|
99
|
+
|
|
100
|
+
REGULATORS_TO_TARGETS_MATRIX = '../script-results/networks/regulators_to_targets.csv'
|
|
101
|
+
REGULATORS_TO_REGULATORS_MATRIX = '../script-results/networks/regulators_to_regulators.csv'
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
targets = []
|
|
105
|
+
for target in all_targets:
|
|
106
|
+
if target != None:
|
|
107
|
+
targets.append(target)
|
|
108
|
+
|
|
109
|
+
regulators_list = []
|
|
110
|
+
for regulator in regulators_to_targets:
|
|
111
|
+
if regulator != None:
|
|
112
|
+
regulators_list.append(regulator)
|
|
113
|
+
|
|
114
|
+
print(f'Creating REGULATORS TO TARGETS MATRIX\n')
|
|
115
|
+
regulator_to_target_file = open(REGULATORS_TO_TARGETS_MATRIX, 'w')
|
|
116
|
+
headers = "cols regulators/rows targets"
|
|
117
|
+
headers += '\t'.join(regulators_list)
|
|
118
|
+
regulator_to_target_file.write(f'{headers}\n')
|
|
119
|
+
for target in targets:
|
|
120
|
+
result = create_regulator_to_target_row(target, regulators_to_targets)
|
|
121
|
+
if result != False:
|
|
122
|
+
regulator_to_target_file.write(f'{result}\n')
|
|
123
|
+
regulator_to_target_file.close()
|
|
124
|
+
|
|
125
|
+
print(f'Creating REGULATORS TO TARGETS MATRIX\n')
|
|
126
|
+
regulator_to_regulator_file = open(REGULATORS_TO_REGULATORS_MATRIX, 'w')
|
|
127
|
+
headers = "cols regulators/rows targets"
|
|
128
|
+
headers += '\t'.join(regulators_list)
|
|
129
|
+
regulator_to_regulator_file.write(f'{headers}\n')
|
|
130
|
+
for target in targets:
|
|
131
|
+
result = create_regulator_to_target_row(target, regulators_to_targets)
|
|
132
|
+
if result != False:
|
|
133
|
+
regulator_to_regulator_file.write(f'{result}\n')
|
|
134
|
+
regulator_to_regulator_file.close()
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
# Create loader-files
|
|
139
|
+
|
|
140
|
+
# Source Table
|
|
141
|
+
|
|
142
|
+
SOURCE_DESTINATION = '../script-results/processed-loader-files/source.csv'
|
|
143
|
+
timestamp = datetime.datetime.now(datetime.timezone.utc)
|
|
144
|
+
|
|
145
|
+
source = "YeastMine - Saccharomyces Genome Database"
|
|
146
|
+
display_name = "Yeastmine - SGD"
|
|
147
|
+
|
|
148
|
+
source_file = open(SOURCE_DESTINATION, 'w')
|
|
149
|
+
headers = f'Timestamp\tSource\tDisplay Name\n{timestamp}\t{source}\t{display_name}'
|
|
150
|
+
source_file.write(f'{headers}\n')
|
|
151
|
+
source_file.close()
|
|
152
|
+
|
|
153
|
+
# Gene Table
|
|
154
|
+
|
|
155
|
+
GENE_DESTINATION = '../script-results/processed-loader-files/gene.csv'
|
|
156
|
+
|
|
157
|
+
species = "Saccharomyces cerevisiae"
|
|
158
|
+
taxon_id = "559292"
|
|
159
|
+
|
|
160
|
+
print(f'Creating gene.csv\n')
|
|
161
|
+
gene_file = open(GENE_DESTINATION, 'w')
|
|
162
|
+
headers = f'Gene ID\tDisplay Gene ID\tSpecies\tTaxon ID\tRegulator'
|
|
163
|
+
gene_file.write(f'{headers}\n')
|
|
164
|
+
for gene in all_genes:
|
|
165
|
+
if gene in regulators:
|
|
166
|
+
gene_file.write(f'{all_genes[gene]}\t{gene}\t{species}\t{taxon_id}\ttrue\n')
|
|
167
|
+
else:
|
|
168
|
+
gene_file.write(f'{all_genes[gene]}\t{gene}\t{species}\t{taxon_id}\tfalse\n')
|
|
169
|
+
|
|
170
|
+
gene_file.close()
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
# Network Table
|
|
174
|
+
|
|
175
|
+
NETWORK_DESTINATION = '../script-results/processed-loader-files/network.csv'
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
print(f'Creating network.csv\n')
|
|
179
|
+
network_file = open(NETWORK_DESTINATION, 'w')
|
|
180
|
+
headers = f'Regulator Gene ID\tTarget Gene ID\tTaxon ID\tTimestamp\tSource'
|
|
181
|
+
network_file.write(f'{headers}\n')
|
|
182
|
+
for gene in regulators_to_targets:
|
|
183
|
+
for target_gene in regulators_to_targets[gene]["targets"]:
|
|
184
|
+
network_file.write(f'{regulators_to_targets[gene]["systematic_name"]}\t{regulators_to_targets[gene]["targets"][target_gene]}\t{taxon_id}\t{timestamp}\t{source}\n')
|
|
185
|
+
network_file.close()
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
from __future__ import print_function
|
|
2
|
+
|
|
3
|
+
from intermine.webservice import Service
|
|
4
|
+
service = Service("https://yeastmine.yeastgenome.org/yeastmine/service")
|
|
5
|
+
|
|
6
|
+
import csv
|
|
7
|
+
import os
|
|
8
|
+
import pandas as pd
|
|
9
|
+
|
|
10
|
+
# Extracting regulator and target genes from file
|
|
11
|
+
|
|
12
|
+
# Remember to make the source file folder and put your source files in there
|
|
13
|
+
YEASTRACT_NETWORK = "../source-files/Regulation_matrix_profile2.csv"
|
|
14
|
+
targets = []
|
|
15
|
+
regulators = []
|
|
16
|
+
print(f'Processing file {YEASTRACT_NETWORK}')
|
|
17
|
+
with open(YEASTRACT_NETWORK, 'r+', encoding="UTF-8") as f:
|
|
18
|
+
targets = []
|
|
19
|
+
regulators = []
|
|
20
|
+
i = 0
|
|
21
|
+
reader = csv.reader(f)
|
|
22
|
+
for row in reader:
|
|
23
|
+
if i == 0:
|
|
24
|
+
# we are getting the regulators
|
|
25
|
+
j = 0
|
|
26
|
+
x = row[0].split()
|
|
27
|
+
for regulator in x:
|
|
28
|
+
if j > 2:
|
|
29
|
+
regulators.append(regulator)
|
|
30
|
+
j += 1
|
|
31
|
+
else:
|
|
32
|
+
# we are getting the targets
|
|
33
|
+
targets.append(row[0].split()[0])
|
|
34
|
+
i+=1
|
|
35
|
+
|
|
36
|
+
print (targets)
|
|
37
|
+
print (regulators)
|
|
38
|
+
|
|
39
|
+
regulators_to_targets = {}
|
|
40
|
+
|
|
41
|
+
print("COLLECTING TARGETS\n")
|
|
42
|
+
for regulator in regulators:
|
|
43
|
+
query = service.new_query("Gene")
|
|
44
|
+
query.add_constraint("regulatoryRegions", "TFBindingSite")
|
|
45
|
+
query.add_view(
|
|
46
|
+
"regulatoryRegions.regulator.symbol",
|
|
47
|
+
"regulatoryRegions.regulator.secondaryIdentifier", "symbol",
|
|
48
|
+
"secondaryIdentifier", "regulatoryRegions.regEvidence.ontologyTerm.name",
|
|
49
|
+
"regulatoryRegions.regEvidence.ontologyTerm.identifier",
|
|
50
|
+
"regulatoryRegions.experimentCondition",
|
|
51
|
+
"regulatoryRegions.strainBackground",
|
|
52
|
+
"regulatoryRegions.regulationDirection",
|
|
53
|
+
"regulatoryRegions.publications.pubMedId", "regulatoryRegions.datasource",
|
|
54
|
+
"regulatoryRegions.annotationType"
|
|
55
|
+
)
|
|
56
|
+
query.add_sort_order("Gene.secondaryIdentifier", "ASC")
|
|
57
|
+
query.add_constraint("regulatoryRegions.regulator", "LOOKUP", regulator, "S. cerevisiae", code="A")
|
|
58
|
+
regulators_targets = []
|
|
59
|
+
|
|
60
|
+
for row in query.rows():
|
|
61
|
+
target_systematic_name = row["secondaryIdentifier"]
|
|
62
|
+
target_standard_name = row["symbol"]
|
|
63
|
+
if target_standard_name == None:
|
|
64
|
+
target_standard_name = target_systematic_name
|
|
65
|
+
if target_standard_name in targets:
|
|
66
|
+
regulators_targets.append(target_standard_name)
|
|
67
|
+
|
|
68
|
+
regulators_to_targets[regulator] = regulators_targets
|
|
69
|
+
|
|
70
|
+
print(regulators_to_targets)
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
# We already have the regulator and target genes from Yeastract, now let's find the network
|
|
78
|
+
|
|
79
|
+
def create_regulator_to_target_row(target, all_regulators):
|
|
80
|
+
result = "" + target
|
|
81
|
+
for regulator in all_regulators:
|
|
82
|
+
if target in all_regulators[regulator]:
|
|
83
|
+
result += "\t" + "1"
|
|
84
|
+
else:
|
|
85
|
+
result += "\t" + "0"
|
|
86
|
+
return result
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
# Create files
|
|
90
|
+
|
|
91
|
+
# Create folder paths
|
|
92
|
+
if not os.path.exists('../script-results/yeastract-to-sgd-networks'):
|
|
93
|
+
os.makedirs('../script-results/yeastract-to-sgd-networks')
|
|
94
|
+
|
|
95
|
+
# Files to be generated
|
|
96
|
+
|
|
97
|
+
# Generate Networks
|
|
98
|
+
|
|
99
|
+
SGD_MATRIX = '../script-results/yeastract-to-sgd-networks/SGD_Regulation_matrix_profile2.csv'
|
|
100
|
+
SGD_MATRIX_EXCEL = '../script-results/yeastract-to-sgd-networks/SGD_Regulation_matrix_profile2.xlsx'
|
|
101
|
+
|
|
102
|
+
print(f'Creating SGD MATRIX\n')
|
|
103
|
+
sgd_matrix_file = open(SGD_MATRIX, 'w')
|
|
104
|
+
headers = "cols regulators/rows targets\t"
|
|
105
|
+
headers += '\t'.join(regulators)
|
|
106
|
+
sgd_matrix_file.write(f'{headers}\n')
|
|
107
|
+
for target in targets:
|
|
108
|
+
result = create_regulator_to_target_row(target, regulators_to_targets)
|
|
109
|
+
if result != False:
|
|
110
|
+
sgd_matrix_file.write(f'{result}\n')
|
|
111
|
+
sgd_matrix_file.close()
|
|
112
|
+
|
|
113
|
+
# Reading the csv file
|
|
114
|
+
df_new = pd.read_csv(SGD_MATRIX, sep='\t')
|
|
115
|
+
|
|
116
|
+
# saving xlsx file
|
|
117
|
+
GFG = pd.ExcelWriter(SGD_MATRIX_EXCEL)
|
|
118
|
+
df_new.to_excel(GFG, sheet_name="network", index=False)
|
|
119
|
+
|
|
120
|
+
GFG.save()
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import csv
|
|
2
|
+
import re
|
|
3
|
+
# Usage
|
|
4
|
+
# python3 loader.py | psql postgresql://localhost/postgres
|
|
5
|
+
"""
|
|
6
|
+
This program generates direct SQL statements from the source files in order
|
|
7
|
+
to populate a relational database with those files’ data.
|
|
8
|
+
|
|
9
|
+
By taking the approach of emitting SQL statements directly, we bypass the need to import
|
|
10
|
+
some kind of database library for the loading process, instead passing the statements
|
|
11
|
+
directly into a database command line utility such as `psql`.
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
"""
|
|
15
|
+
This function Loads Network Data Sources into the database
|
|
16
|
+
"""
|
|
17
|
+
def LOAD_SOURCES():
|
|
18
|
+
print('COPY spring2022_network.source (time_stamp, source, display_name) FROM stdin;')
|
|
19
|
+
NETWORK_DATA_SOURCE = '../script-results/processed-loader-files/source.csv'
|
|
20
|
+
with open(NETWORK_DATA_SOURCE, 'r+') as f:
|
|
21
|
+
reader = csv.reader(f)
|
|
22
|
+
row_num = 0
|
|
23
|
+
for row in reader:
|
|
24
|
+
if row_num != 0:
|
|
25
|
+
r= ','.join(row).split('\t')
|
|
26
|
+
time_stamp = r[0]
|
|
27
|
+
source = r[1]
|
|
28
|
+
display_name = r[2]
|
|
29
|
+
print(f'{time_stamp}\t{source}\t{display_name}')
|
|
30
|
+
row_num += 1
|
|
31
|
+
print('\\.')
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
"""
|
|
35
|
+
This function Loads Gene ID Mapping into the database
|
|
36
|
+
"""
|
|
37
|
+
def LOAD_GENES():
|
|
38
|
+
print('COPY spring2022_network.gene (gene_id, display_gene_id, species, taxon_id, regulator) FROM stdin;')
|
|
39
|
+
GENE_SOURCE = '../script-results/processed-loader-files/gene.csv'
|
|
40
|
+
with open(GENE_SOURCE, 'r+') as f:
|
|
41
|
+
reader = csv.reader(f)
|
|
42
|
+
row_num = 0
|
|
43
|
+
for row in reader:
|
|
44
|
+
if row_num != 0:
|
|
45
|
+
r= ','.join(row).split('\t')
|
|
46
|
+
gene_id = r[0]
|
|
47
|
+
display_gene_id= r[1]
|
|
48
|
+
species = r[2]
|
|
49
|
+
taxon_id = r[3]
|
|
50
|
+
regulator = r[4]
|
|
51
|
+
print(f'{gene_id}\t{display_gene_id}\t{species}\t{taxon_id}\t{regulator}')
|
|
52
|
+
row_num += 1
|
|
53
|
+
print('\\.')
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
"""
|
|
57
|
+
This function Loads the Network Matrix into the database
|
|
58
|
+
"""
|
|
59
|
+
def LOAD_NETWORK():
|
|
60
|
+
print('COPY spring2022_network.network (regulator_gene_id, target_gene_id, taxon_id, time_stamp, source) FROM stdin;')
|
|
61
|
+
NETWORK_SOURCE = '../script-results/processed-loader-files/network.csv'
|
|
62
|
+
with open(NETWORK_SOURCE, 'r+') as f:
|
|
63
|
+
reader = csv.reader(f)
|
|
64
|
+
row_num = 0
|
|
65
|
+
for row in reader:
|
|
66
|
+
if row_num != 0:
|
|
67
|
+
r= ','.join(row).split('\t')
|
|
68
|
+
regulator_gene_id = r[0]
|
|
69
|
+
target_gene_id= r[1]
|
|
70
|
+
taxon_id = r[2]
|
|
71
|
+
time_stamp = r[3]
|
|
72
|
+
source = r[4]
|
|
73
|
+
print(f'{regulator_gene_id}\t{target_gene_id}\t{taxon_id}\t{time_stamp}\t{source}')
|
|
74
|
+
row_num += 1
|
|
75
|
+
print('\\.')
|
|
76
|
+
|
|
77
|
+
LOAD_SOURCES()
|
|
78
|
+
LOAD_GENES()
|
|
79
|
+
LOAD_NETWORK()
|
package/gdb/PG_VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
14
|
package/gdb/base/1/112
ADDED
|
Binary file
|
package/gdb/base/1/113
ADDED
|
Binary file
|
package/gdb/base/1/1247
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/gdb/base/1/1249
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/gdb/base/1/1255
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/gdb/base/1/1259
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/gdb/base/1/13852
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/gdb/base/1/13855
ADDED
|
File without changes
|
package/gdb/base/1/13856
ADDED
|
Binary file
|
package/gdb/base/1/13857
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/gdb/base/1/13860
ADDED
|
File without changes
|
package/gdb/base/1/13861
ADDED
|
Binary file
|
package/gdb/base/1/13862
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/gdb/base/1/13865
ADDED
|
File without changes
|
package/gdb/base/1/13866
ADDED
|
Binary file
|
package/gdb/base/1/13867
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/gdb/base/1/13870
ADDED
|
File without changes
|
package/gdb/base/1/13871
ADDED
|
Binary file
|
package/gdb/base/1/1417
ADDED
|
File without changes
|
package/gdb/base/1/1418
ADDED
|
File without changes
|
package/gdb/base/1/174
ADDED
|
Binary file
|