Skip to content

Commit

Permalink
links into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Sep 24, 2014
1 parent 07f6d33 commit 5fdce95
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,19 @@ heavy use of the **ggplot2** visualizations library.

The code is organized into different parts:

- `src` contains the python pipeline and other python scripts
- [`src`](src) contains the python pipeline and other python scripts
- `src/pappi` contains all custom python modules used for the python pipeline
- `analysis` contains **R** scripts for analyzing data and generating figures
and plots
- `figs` contains generated figures which are saved by the **R** scripts in
`analysis`
- `data` contains the raw data and scripts to automatically download it
- `ppi_networkit` contains the Subgraph algorithms and the custom cython module,
both of which extend the `NetworKit` graph library and it's cython python
module.
- [`analysis`](analysis) contains **R** scripts for analyzing data and
generating figures and plots
- [`figs`](figs) contains generated figures which are saved by the **R** scripts
in [`analysis`](analysis)
- [`data`](data) contains the raw data and scripts to automatically download it
- [`ppi_networkit`](ppi_networkit) contains the Subgraph algorithms and the
custom cython module, both of which extend the [`NetworKit`](NetworKit) graph
library and it's cython python module.
- [`docs`](docs) contains the master thesis document. This documents the
algorithms and analysis implemented, and shows and interprets the results
achieved.
- TODO: add submodule for fastSemSim

## Installation
Expand Down

0 comments on commit 5fdce95

Please sign in to comment.