Commit a787ced
EMP case study as example data (#45)
* 📝 Docs: Add EMP example data directory and config. Also, created jupyter notebook to replicate EMP results and generate report examples.
* 📝 Docs: Update README with extended description and the EMP example data paths
* 👷 CI(cdci.yml): Update the CI test with the EMP example data and add tests to create reports from a directory
* 🐛 move \n out of f-string (for older Python versions?)
* 🎨 order imports, specify relative paths
- in docs the full path will be set based on the directory
* ➕ add pyyaml as dependency
using 'poetry add pyyaml'
* 🐛 update installation of docs, do not autorun streamlit
* 🔥 remove old demo
* ✨ Feat(quarto_reportview.py and streamlit_reportview.py): Add footer with link to vuegen and mona on the html, revealjs, pdf, and streamlit reports
* ♻️ Refactor(vuegen_case_study_earth_microbiome.ipynb): add random seed to subsample code to create the same dataframe examples at every run
* 📝 Docs(README.md): Add acknowledgements section
---------
Co-authored-by: Henry Webel <[email protected]>1 parent bce1787 commit a787ced
File tree
52 files changed
+124845
-5622
lines changed- .github/workflows
- docs
- example_data
- Earth_microbiome_vuegen_demo_notebook
- 1_Exploratory_data_analysis/1_sample_exploration
- 2_Metagenomics
- 1_alpha_diversity
- 2_average_copy_number
- 3_nestedness
- 3_Network_analysis/1_phyla_association_networks
- MicW2Graph
- 1_Exploratory_Data_Analysis
- 1_Abundance_data
- 2_Sample_data
- 3_Extra_info
- 2_Microbial_Association_Networks
- 1_Network_visualization1
- 2_Network_visualization2
- 3_Network_visualization3
- 4_Network_visualization4
- vuegen
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+124845
-5622
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | | - | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
68 | | - | |
| 71 | + | |
| 72 | + | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
72 | | - | |
| 76 | + | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
76 | | - | |
| 81 | + | |
| 82 | + | |
77 | 83 | | |
78 | 84 | | |
79 | 85 | | |
80 | | - | |
| 86 | + | |
| 87 | + | |
81 | 88 | | |
82 | 89 | | |
83 | 90 | | |
84 | | - | |
| 91 | + | |
| 92 | + | |
85 | 93 | | |
86 | 94 | | |
87 | 95 | | |
88 | | - | |
| 96 | + | |
| 97 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
| 130 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
44 | | - | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
70 | | - | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
74 | | - | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
81 | | - | |
| 84 | + | |
82 | 85 | | |
83 | 86 | | |
84 | | - | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
89 | 97 | | |
90 | 98 | | |
91 | 99 | | |
92 | 100 | | |
93 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
0 commit comments