Skip to content
Snippets Groups Projects
Commit 4e993a68 authored by Maiykol's avatar Maiykol
Browse files

test all algrotihms but KPM, connect found drugs in network proximity via...

test all algrotihms but KPM, connect found drugs in network proximity via shortest paths to seed nodes
parent 06aea0a8
No related branches found
No related tags found
No related merge requests found
Pipeline #11023 failed
......@@ -110,6 +110,7 @@ export class LaunchAnalysisComponent implements OnInit, OnChanges {
parameters.ppi_dataset = this.config.interactionProteinProtein;
parameters.pdi_dataset = this.config.interactionDrugProtein;
console.log(this.target)
parameters.target = this.target === 'drug' ? 'drug' : 'drug-target';
// pass network data to reconstruct network in analysis result to connect non-proteins to results
// drop interactions in nodes beforehand to no cause cyclic error, information is contained in edges
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment