Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ python3 grphin.py -u data/oxidative_stress/txid224308/stress_ppi.csv -d data/oxi

## Analyses

1. Generate 1000 randomized subnetworks with 1000 edge swaps based on stress subnetworks (all species): `python3 generateNetworks.py -s 1000 -i 1000`
2. Count graphlets (all species): `bash countRandomizedNets.sh -a -n 1000`
3. Calculate significance for graphlet occurences based on 1000 randomized networks (all species): `python3 significance.py -i 1000`

```

```
1. Generate the stress response subnetwork using Random Walk with Restart (all species):
`python3 pageRank.py`
2. Generate 1000 randomized subnetworks with 1000 edge swaps based on stress subnetworks (all species): `python3 generateNetworks.py -s 1000 -i 1000`
3. Count graphlets (all species): `bash countRandomizedNets.sh -a -n 1000`
4. Calculate significance for graphlet occurences based on 1000 randomized networks (all species): `python3 significance.py -i 1000`