Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ ./fishnet.sh --test

### Execution
Here we show the most basic steps for a FISHNET analysis. There are a variety of
configuration options which are detailed in [Configuration](/configuration).
configuration options which are detailed in [Configuration]({% link configuration.md %}).
This code chunk assumes that you have an input summary statistics file (comma-separated with columns named "Genes" and
"p_vals") and a set of tab-delimited network module files.

Expand Down Expand Up @@ -117,5 +117,5 @@ results/
The `GO_summaries/` directory lists statistics for the GO overrepresentation analysis.
The FISHNET genes for the trait and the network the genes originate from can be found in `summary/<network>_<trait>_fishnet_genes_<FDR-threshold>.csv`

Read through the [Example](/example) to interpret the output files.
Read through the [Example]({% link example.md %}) to interpret the output files.