Skip to content

Commit

Permalink
Update helper.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Proost authored Mar 13, 2017
1 parent 7944f8b commit 4e5bf05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/helper.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ These scripts will extract the statistics used to assess the quality of samples.
Scripts to generate images similar to those presented in the publication. Example data,
derived from the *Sorghum bicolor* case study, in included in the repository.

### plot_network

Script that plots the co-expression neighborhood for a specific gene. A PCC cutoff of 0.7 is included by default,
but users can override this setting using the --cutoff parameter.

# To draw plot to screen using a PCC cutoff of >= 0.8
python3 plot_network.py <PCC_TABLE> <GENE_ID> --cutoff 0.8

![matrix example](images/plot_network.png "Example of plotted network")

### matrix_heatmap.py

Script to draw a sample distance heatmap (with hierarchical clustering) based
Expand Down

0 comments on commit 4e5bf05

Please sign in to comment.