Skip to content

Commit

Permalink
Added READMEs and finalized the figure scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gchure committed Oct 15, 2020
1 parent 0bb148e commit 5833cfb
Show file tree
Hide file tree
Showing 152 changed files with 15 additions and 89,792 deletions.
3 changes: 2 additions & 1 deletion code/figures/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## `figures`

All scripts used to generate formal publication figures are stored here.
All scripts used to generate formal publication figures are stored here. These scripts
are designed to be executed from this directory. Note that the `prot` module must be installed.
10 changes: 10 additions & 0 deletions code/figures/complex_explorer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# `complex_explorer`
This directory contains the code used to generate the [data explorer](https://rpgroup.caltech.edu/data_explorer) interactive figure. The contents are as follows:


* `complex_explorer.py` generates the actual figure.
* `COG_selector.js` provides interactivity for filtering the complexes by their secondary COG category.
* `complex_selector.js` and `protein_selector.js` provide interactivity for selecting complexes or individual proteins, respectively.
* `complex_annotations.csv` is a data file which acts as a look up table of complex to the secondary COG category.
* `complexes_compressed.csv` and `proteins_compressed.csv` are the data sources for the complex and protein explorers, respectively. They are processed in a way that makes plotting easy.
* `explorer_munging.py` loads in the raw data and generates the two `csv` files described above.
File renamed without changes.
116 changes: 0 additions & 116 deletions code/figures/fig10d_boxcar.py

This file was deleted.

197 changes: 0 additions & 197 deletions code/figures/fig10d_gaussian.py

This file was deleted.

Loading

0 comments on commit 5833cfb

Please sign in to comment.