-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added READMEs and finalized the figure scripts
- Loading branch information
Showing
152 changed files
with
15 additions
and
89,792 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.