Skip to content

Commit

Permalink
update module_trait_relationships_heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
nargesr committed Feb 8, 2024
1 parent 3c7694d commit 4274533
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 0 deletions.
15 changes: 15 additions & 0 deletions PyWGCNA/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
anndata==0.10.5.post1
biomart==0.9.2
gseapy==1.0.5
matplotlib==3.8.2
networkx==3.2.1
numpy==1.24.4
pandas==2.2.0
pyvis==0.3.1
reactome2py==3.0.0
requests==2.28.1
rsrc==0.1.3
scikit_learn==1.4.0
scipy==1.12.0
seaborn==0.11.2
statsmodels==0.14.1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ To install the most recent release, run
- [Functional enrichment analysis ](tutorials/functional_enrichment_analysis.ipynb): How to perform functional enrichment analysis using databases such as GO, KEGG, and REACTOME in PyWGCNA object
- [Visualize modules as network](tutorials/network_analysis.ipynb): How to visualize PyWGCNA objects as a network
- [Recover Protein-Protein Interaction](tutorials/protein_protein_interaction.ipynb): How to find and plot PPI using STRING database.
- [module trait relationships heatmap](tutorials/module_trait_relationships_heatmap.ipynb): How to calculate correlation between modules and traits

## Suggested Reading

Expand Down
158 changes: 158 additions & 0 deletions tutorials/module_trait_relationships_heatmap.ipynb

Large diffs are not rendered by default.

0 comments on commit 4274533

Please sign in to comment.