File size: 19,973 Bytes
71174bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<template>
    <PluginComponent v-model="open" :infoPayload="infoPayload" @onPopupDone="onPopupDone" actionBtnTxt="Detect"
        @onUserArgChanged="onUserArgChanged" @onMolCountsChanged="onMolCountsChanged">
    </PluginComponent>
</template>

<script lang="ts">
import { FileInfo } from "@/FileSystem/FileInfo";
import { checkProteinLoaded } from "@/Plugins/CheckUseAllowedUtils";
import PluginComponent from "@/Plugins/Parents/PluginComponent/PluginComponent.vue";
import { PluginParentClass } from "@/Plugins/Parents/PluginParentClass/PluginParentClass";
import {
    IContributorCredit,
    ISoftwareCredit,
    Licenses,
} from "@/Plugins/PluginInterfaces";
import {
    UserArg,
    UserArgType,
    IUserArgAlert,
    IUserArgCheckbox,
    IUserArgGroup,
    IUserArgMoleculeInputParams,
    IUserArgNumber,
    IUserArgSelect,
} from "@/UI/Forms/FormFull/FormFullInterfaces";
import { MoleculeInput } from "@/UI/Forms/MoleculeInputParams/MoleculeInput";
import Alert from "@/UI/Layout/Alert.vue";
import { Options } from "vue-class-component";
import { TreeNode } from "@/TreeNodes/TreeNode/TreeNode";
import {
    ITreeNodeData,
    TreeNodeDataType,
    TreeNodeType,
    // IBox,
    SelectedType,
    TableHeaderSort,
} from "@/UI/Navigation/TreeView/TreeInterfaces";
import { randomPastelColor } from "@/Core/Styling/Colors/ColorUtils";
import { messagesApi } from "@/Api/Messages";
import { TreeNodeList } from "@/TreeNodes/TreeNodeList/TreeNodeList";
import { ITest } from "@/Testing/TestInterfaces";
import { TestCmdList } from "@/Testing/TestCmdList";
import { FPocketWebQueue } from "./FPocketWebQueue";
import { getSetting } from "@/Plugins/Core/Settings/LoadSaveSettings";
import { dynamicImports } from "@/Core/DynamicImports";
import { Tag } from "@/Plugins/Core/ActivityFocus/ActivityFocusUtils";
import { ISelAndStyle } from "@/Core/Styling/SelAndStyleInterfaces";
import { IColorScheme } from "@/Core/Styling/Colors/ColorInterfaces";
import { parseAndLoadMoleculeFile } from "@/FileSystem/LoadSaveMolModels/ParseMolModels/ParseMoleculeFiles";

/**
 * FPocketWebPlugin
 */
@Options({
    components: {
        PluginComponent,
        Alert,
    },
})
export default class FPocketWebPlugin extends PluginParentClass {
    menuPath = "Proteins/[7] Detect Pockets...";
    title = "Pocket Detection";
    tags = [Tag.Docking];
    softwareCredits: ISoftwareCredit[] = [
        dynamicImports.fpocketweb.credit,
        {
            name: "fpocket",
            url: "https://github.com/Discngine/fpocket",
            license: Licenses.MIT,
            citations: [
                {
                    title: "Fpocket: An open source platform for ligand pocket detection",
                    authors: [
                        "Le Guilloux, V.",
                        "Schmidtke, P.",
                        "Tuffery, P.",
                    ],
                    journal: "BMC Bioinformatics",
                    year: 2009,
                    volume: 10,
                    issue: 1,
                    pages: "1-1",
                },
            ],
        },
    ];
    contributorCredits: IContributorCredit[] = [
        // {
        //     name: "Jacob D. Durrant",
        //     url: "http://durrantlab.com/",
        // },
    ];
    pluginId = "fpocketweb";

    intro = `Identify small-molecule binding pockets on protein surfaces.`;
    details = `This plugin also calculates pocket properties using the fpocket algorithm (FPocketWeb).`;
    msgOnJobsFinished =
        "Finished detecting pockets (see molecular viewer). Some pockets might be hidden. You can toggle visibility using the Navigator panel. The Data panel includes additional information about the detected pockets (e.g., volume).";

    userArgDefaults: UserArg[] = [
        {
            // type: UserArgType.MoleculeInputParams,
            id: "makemolinputparams",
            val: new MoleculeInput({
                considerCompounds: false,
                considerProteins: true,
                proteinFormat: "pdb",
                includeSolventAsProtein: false,
                allowUserToToggleIncludeSolventAsProtein: false,
                includeMetalsAsProtein: true,
                allowUserToToggleIncludeMetalsAsProtein: true,
            }),
        } as IUserArgMoleculeInputParams,
        {
            id: "providePseudoAtoms",
            type: UserArgType.Checkbox,
            label: "Provide pocket-filling pseudo atoms for visualization",
            val: false,
        } as IUserArgCheckbox,
        {
            id: "pocketDetectionParams",
            type: UserArgType.Group,
            label: "Optional Pocket Detection Parameters",
            val: [
                {
                    id: "warning",
                    type: UserArgType.Alert,
                    val: "Unless you are an expert user, these advanced parameters are best left unmodified",
                    alertType: "warning",
                } as IUserArgAlert,
                {
                    id: "min_alpha_size",
                    type: UserArgType.Number,
                    label: "Minimum radius of an alpha-sphere",
                    val: 3.4,
                } as IUserArgNumber,

                {
                    id: "max_alpha_size",
                    type: UserArgType.Number,
                    label: "Maximum radius of an alpha-sphere",
                    val: 6.2,
                } as IUserArgNumber,

                {
                    id: "clustering_distance",
                    type: UserArgType.Number,
                    label: "Distance threshold for clustering algorithm",
                    val: 2.4,
                } as IUserArgNumber,

                {
                    id: "clustering_method",
                    type: UserArgType.Select,
                    label: "Clustering method for grouping voronoi vertices",
                    options: [
                        {
                            description: "s : single linkage clustering",
                            val: "s",
                        },
                        {
                            description: "m : complete linkage clustering",
                            val: "m",
                        },
                        {
                            description: "a : average linkage clustering",
                            val: "a",
                        },
                    ],
                    val: "s",
                } as IUserArgSelect,

                {
                    id: "clustering_measure",
                    type: UserArgType.Select,
                    label: "Distance measure for clustering",
                    options: [
                        { description: "e : euclidean distance", val: "e" },
                        { description: "b : Manhattan distance", val: "b" },
                    ],
                    val: "e",
                } as IUserArgSelect,

                {
                    id: "min_spheres_per_pocket",
                    type: UserArgType.Number,
                    label: "Minimum number of a-sphere per pocket",
                    val: 15,
                } as IUserArgNumber,

                {
                    id: "ratio_apol_spheres_pocket",
                    type: UserArgType.Number,
                    label: "Minimum proportion of apolar sphere in a pocket (remove otherwise)",
                    val: 0.0,
                } as IUserArgNumber,

                {
                    id: "number_apol_asph_pocket",
                    type: UserArgType.Number,
                    label: "Minimum number of apolar neighbor for an a-sphere to be considered as apolar",
                    val: 3,
                } as IUserArgNumber,

                {
                    id: "iterations_volume_mc",
                    type: UserArgType.Number,
                    label: "Number of Monte-Carlo iterations for calculating each pocket volume",
                    val: 300,
                } as IUserArgNumber,
            ],
            startOpened: false,
        } as IUserArgGroup,
    ];

    /**
     * Runs before the popup opens. Starts importing the modules needed for the
     * plugin.
     */
    async onBeforePopupOpen() {
        // You're probably going to need fpocketweb
        // dynamicImports.fpocketweb.module;
    }

    /**
     * Check if this plugin can currently be used.
     *
     * @returns {string | null}  If it returns a string, show that as an error
     *     message. If null, proceed to run the plugin.
     */
    checkPluginAllowed(): string | null {
        return checkProteinLoaded();
    }

    /**
     * Runs when the user presses the action button and the popup closes.
     */
    async onPopupDone(): Promise<void> {
        const pdbFiles: FileInfo[] = this.getUserArg("makemolinputparams");

        const userArgsNotFpocketArgs = [
            "providePseudoAtoms",
            "makemolinputparams",
            "warning",
        ];

        // Convert to IFpocketParams format
        const fpocketParams: { [key: string]: any } = {}; // IFpocketParams
        this.getUserArgsFlat().forEach((arg) => {
            if (userArgsNotFpocketArgs.indexOf(arg.id) === -1) {
                fpocketParams[arg.id] = (arg as UserArg).val;
            }
        });

        // Combine into payloads
        const payloads: any[] = pdbFiles.map((pdbFile) => {
            // Put path in auxData
            pdbFile.auxData = pdbFile.treeNode?.descriptions.pathName(":");

            // Remove treenodes from payloads because doesn't serialize.
            delete pdbFile.treeNode;
            return {
                pdbFile,
                fpocketParams,
            };
        });

        const maxProcs = await getSetting("maxProcs");

        try {
            const fpocketOuts: any = await new FPocketWebQueue(
                "fpocket",
                payloads,
                maxProcs,
                undefined,
                1
            ).done;

            // Add the original name and whether to return points too. NOTE:
            // This is per protein.
            fpocketOuts.forEach((fpocketOut: any, i: number) => {
                fpocketOut.origFileName = pdbFiles[i].name;
                // fpocketOut.label =
                //     pdbFiles[i].treeNode?.descriptions.pathName(":");
                fpocketOut.label = pdbFiles[i].auxData;
                fpocketOut.providePseudoAtoms = (
                    this.userArgs.filter(
                        (u) => u.id === "providePseudoAtoms"
                    )[0] as UserArg
                ).val;
            });

            this.submitJobs(fpocketOuts);
            return;
        } catch (err: any) {
            // Intentionally not rethrowing error here.
            messagesApi.popupError(
                `<p>FPocketWeb threw an error, likely because it could not detect any pockets.</p><p>Error details: ${err.message}</p>`
            );
        }
    }

    /**
     * Every plugin runs some job. This is the function that does the job
     * running.
     *
     * @param {any} payload     The user arguments to pass to the "executable."
     *                          Contains compound information.
     * @returns {Promise<void>}  A promise that resolves when the job is done.
     */
    async runJobInBrowser(payload: any): Promise<void> {
        if (payload.stdErr !== "") {
            throw new Error(payload.stdErr);
        }

        const outPdbFileTxt = payload.outPdbFileTxt;
        // const stdOut = payload.stdOut;
        const stdErr = payload.stdErr;
        const pocketProps = payload.pocketProps;
        const providePseudoAtoms = payload.providePseudoAtoms;

        if (stdErr !== "") {
            console.warn(stdErr);
        }

        const promises = [
            parseAndLoadMoleculeFile({
                fileInfo: new FileInfo({
                    name: payload.origFileName,
                    contents: outPdbFileTxt,
                }),
                tag: this.pluginId,
                addToTree: false
            }),
            Promise.resolve(pocketProps),
        ];

        const payload2: any[] = await Promise.all(promises);
        const outPdbFileTreeNodeList = payload2[0] as TreeNodeList | void;
        const pocketProps2 = payload2[1] as any[];

        if (outPdbFileTreeNodeList === undefined || !outPdbFileTreeNodeList) {
            return;
        }

        const outPdbFileTreeNode = outPdbFileTreeNodeList.get(0);
        outPdbFileTreeNode.title = "Pockets: " + payload.label;

        // const numInitiallyVisible = 5;

        // Update the compounds (names, style)
        // let firstNodeId = "";

        // Make everything visible to start.
        outPdbFileTreeNode.visible = true;

        if (outPdbFileTreeNode.nodes) {
            await this._addBoxes(outPdbFileTreeNode, pocketProps2);

            await this._processPocketPseudoAtoms(
                outPdbFileTreeNode,
                providePseudoAtoms
            );

            // Title "Compounds"
            const compoundsNode = outPdbFileTreeNode.nodes
                .lookup([TreeNodeType.Compound])
                .get(0);
            compoundsNode.title = "Pockets";
            // compoundsNode.visible = true;

            // Hide anything that isn't Pockets, since it's probably also in
            // another molecule.
            for (const node of outPdbFileTreeNode.nodes._nodes) {
                if (node.title !== "Pockets") {
                    node.visible = false;
                }
                // else {
                //     firstNodeId = node.id as string;
                // }
            }
        }

        // Remove protein
        outPdbFileTreeNode.nodes = outPdbFileTreeNode.nodes?.filter(
            (treeNode) => treeNode.type !== TreeNodeType.Protein
        );

        outPdbFileTreeNode.addToMainTree(this.pluginId);

        // this.$store.commit("pushToMolecules", outPdbFileTreeNode);

        // this.$nextTick(() => {
        //     selectProgramatically(firstNodeId);
        // });
        return;
    }

    /**
     * Adds boxes surrounding the pockets to the tree.
     *
     * @param {TreeNode} outPdbFileTreeNode    The tree node to add the boxes to.
     * @param {any[]} pocketProps              The properties of the pockets.
     */
    async _addBoxes(outPdbFileTreeNode: TreeNode, pocketProps: any[]) {
        const numInitiallyVisible = await getSetting("initialCompoundsVisible");
        const pseudoAtomNodes = outPdbFileTreeNode.nodes?.lookup([
            TreeNodeType.Compound,
            "*",
            "*",
        ]);

        // Get the pocket-box regions and properties
        const shapesNode = new TreeNode({
            title: "Pocket Boxes",
            type: TreeNodeType.Region,
            treeExpanded: true,
            visible: true,
            selected: SelectedType.False,
            focused: false,
            viewerDirty: true,
            nodes: new TreeNodeList([]),
        });

        pseudoAtomNodes?.forEach((node: TreeNode, idx: number) => {
            const box = node.getBoxRegion();
            box.opacity = 0.9;
            box.color = randomPastelColor();

            const newNode = new TreeNode({
                title: "Pocket" + (idx + 1).toString() + "Box",
                type: TreeNodeType.Region,
                region: box,
                treeExpanded: false,
                visible: idx < numInitiallyVisible,
                selected: SelectedType.False,
                focused: false,
                viewerDirty: true,
                data: {
                    "FPocketWeb Properties": {
                        data: pocketProps[idx],
                        type: TreeNodeDataType.Table,
                        treeNodeId: node.id,
                        headerSort: TableHeaderSort.None,
                    } as ITreeNodeData,
                },
            });

            shapesNode.nodes?.push(newNode);
        });

        const ps = outPdbFileTreeNode.nodes
            ?.lookup(TreeNodeType.Compound)
            .get(0);
        if (ps && ps.nodes) {
            // Insert at top
            ps.nodes._nodes.splice(0, 0, shapesNode);
        }

        // return pseudoAtomNodes;
    }

    /**
     * Processes the pseudo atoms in the tree.
     *
     * @param {TreeNode} outPdbFileTreeNode    The tree node to process.
     * @param {boolean} providePseudoAtoms     Whether to provide pseudo atoms.
     */
    async _processPocketPseudoAtoms(
        outPdbFileTreeNode: TreeNode,
        providePseudoAtoms: boolean
    ): Promise<void> {
        if (outPdbFileTreeNode.nodes === undefined) {
            return;
        }

        const numInitiallyVisible = await getSetting("initialCompoundsVisible");

        // Get the index of the node with type compound
        const compoundNodeIdx = outPdbFileTreeNode.nodes._nodes.findIndex(
            (node: TreeNode) => node.type === TreeNodeType.Compound
        );

        if (!providePseudoAtoms) {
            // Remove it

            // eslint-disable-next-line @typescript-eslint/ban-ts-comment
            // @ts-ignore  // TODO: Fix this
            outPdbFileTreeNode.nodes._nodes[compoundNodeIdx].nodes._nodes =
                outPdbFileTreeNode.nodes._nodes[
                    compoundNodeIdx
                ].nodes?._nodes.slice(0, -1);

            return;
        }

        // Title "Compounds"
        const pseudoAtomNodeTree =
            outPdbFileTreeNode.nodes._nodes[compoundNodeIdx];

        if (!pseudoAtomNodeTree) {
            return;
        }

        if (!pseudoAtomNodeTree.nodes) {
            return;
        }

        pseudoAtomNodeTree.nodes.get(1).title = "Pocket Pseudo Atoms";

        // eslint-disable-next-line sonarjs/no-empty-collection
        pseudoAtomNodeTree.nodes
            .get(1)
            .nodes?.forEach((node: TreeNode, idx: number) => {
                // Should be surface
                node.styles = [
                    {
                        surface: {
                            color: randomPastelColor(),
                            opacity: 0.9,
                        } as IColorScheme,
                    } as ISelAndStyle,
                ];

                // Rename it too. TODO: This should be the region...
                node.title = "PocketPseudoAtoms" + (idx + 1);

                // Hide unless it's the first few ones.
                if (idx >= numInitiallyVisible) {
                    node.visible = false;
                }

                node.type = TreeNodeType.Other;
            });
    }

    /**
     * Gets the test commands for the plugin. For advanced use.
     *
     * @gooddefault
     * @document
     * @returns {ITest[]}  The selenium test commands.
     */
    async getTests(): Promise<ITest[]> {
        return [
            // Including pseudo atoms
            {
                beforePluginOpens: () => new TestCmdList().loadExampleMolecule(),
                pluginOpen: () => new TestCmdList().click(
                    "#providePseudoAtoms-fpocketweb-item"
                ),
                afterPluginCloses: () => new TestCmdList()
                    .openPlugin("expandall")
                    .waitUntilRegex(
                        "#navigator",
                        "PocketPseudoAtoms1"
                    ),
            },
            // without pseudo atoms
            {
                beforePluginOpens: () => new TestCmdList().loadExampleMolecule(),
                afterPluginCloses: () => new TestCmdList()
                    .openPlugin("expandall")
                    .waitUntilRegex(
                        "#navigator",
                        "Pocket1Box"
                    ),
            },
        ];
    }
}
</script>

<style scoped lang="scss"></style>