-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.json
12 lines (11 loc) · 994 Bytes
/
params.json
1
2
3
4
5
6
7
8
9
10
11
12
{
"name": "Protein interaction prediction in datasets formed by reference data from validated interactions",
"description": "The main goal of this experiment is evaluate the PredPPI workflow against the reference PPI datasets which were experimentally validated / manually curated.",
"owner": "Yasmmin",
"email": "[email protected]",
"datasets": [
{ "prefix": "random_ds_1_", "folder": "running_example/random_ds_1/", "description": "It was built with 100 positive pairs from hprd, dip and biogrid and 100 false pairs from STRING (score between 100 and 200) " },
{ "prefix": "random_ds_2_", "folder": "running_example/random_ds_2/", "description": "It was built with 100 positive pairs from biogrid and 100 false pairs from STRING (score between 100 and 200) " },
{ "prefix": "random_ds_3_", "folder": "running_example/random_ds_3/", "description": "It was built with 100 positive pairs from biogrid and 100 false pairs from STRING (score between 100 and 200) " },
]
}