-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
88 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#Interactor1 Interactor2 Weight | ||
A B 0.98 | ||
test_A B 0.98 | ||
B C 0.77 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ID_interactor_A ppi ID_interactor_B | ||
ENSG0A ppi ENSG0B | ||
ENSG0test_A ppi ENSG0B | ||
ENSG0B ppi ENSG0C |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
A (pp) B 0.98 | ||
test꧁SEP꧂A (pp) B 0.98 | ||
B (pp) C 0.77 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
A B 0.98 | ||
test_A B 0.98 | ||
B C 0.77 | ||
B A 0.98 | ||
B test_A 0.98 | ||
C B 0.77 |
2 changes: 1 addition & 1 deletion
2
test/generate-inputs/expected/omicsintegrator1-edges-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
protein1 protein2 weight directionality | ||
A B 0.98 U | ||
test_A B 0.98 U | ||
B C 0.77 U |
2 changes: 1 addition & 1 deletion
2
test/generate-inputs/expected/omicsintegrator2-edges-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
protein1 protein2 cost | ||
A B 0.52 | ||
test_A B 0.52 | ||
B C 0.73 |
4 changes: 2 additions & 2 deletions
4
test/generate-inputs/expected/pathlinker-network-expected.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Interactor1 Interactor2 Weight | ||
A B 0.98 | ||
test_A B 0.98 | ||
B C 0.77 | ||
B A 0.98 | ||
B test_A 0.98 | ||
C B 0.77 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
test_A B 0.98 U | ||
B C 0.77 U |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
NODEID prize active | ||
test_A 2 true | ||
C 5.7 true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
test_A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
C |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
hash_length: 7 | ||
container_framework: docker | ||
unpack_singularity: false | ||
container_registry: | ||
base_url: docker.io | ||
owner: reedcompbio | ||
|
||
algorithms: | ||
- name: "pathlinker" | ||
params: | ||
include: true | ||
run1: | ||
k: range(100,201,100) | ||
|
||
- name: "omicsintegrator1" | ||
params: | ||
include: true | ||
run1: | ||
b: [5, 6] | ||
w: np.linspace(0,5,2) | ||
d: [10] | ||
|
||
- name: "omicsintegrator2" | ||
params: | ||
include: true | ||
run1: | ||
b: [4] | ||
g: [0] | ||
run2: | ||
b: [2] | ||
g: [3] | ||
|
||
- name: "meo" | ||
params: | ||
include: true | ||
run1: | ||
max_path_length: [3] | ||
local_search: ["Yes"] | ||
rand_restarts: [10] | ||
|
||
- name: "mincostflow" | ||
params: | ||
include: true | ||
run1: | ||
flow: [1] # The flow must be an int | ||
capacity: [1] | ||
|
||
- name: "allpairs" | ||
params: | ||
include: true | ||
|
||
- name: "domino" | ||
params: | ||
include: true | ||
run1: | ||
slice_threshold: [0.3] | ||
module_threshold: [0.05] | ||
|
||
datasets: | ||
- | ||
# Labels can only contain letters, numbers, or underscores | ||
label: test_data | ||
node_files: ["node-prizes.txt", "sources.txt", "targets.txt"] | ||
# DataLoader.py can currently only load a single edge file, which is the primary network | ||
edge_files: ["network.txt"] | ||
# Placeholder | ||
other_files: [] | ||
# Relative path from the spras directory | ||
data_dir: "test/generate-inputs/inputs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters