-
Notifications
You must be signed in to change notification settings - Fork 20
/
MANIFEST
113 lines (113 loc) · 4.11 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# file GENERATED by distutils, do NOT edit
LICENSE.txt
README.md
clustergrammer2.json
package.json
pytest.ini
setup.cfg
setup.py
setupbase.py
webpack.config.js
clustergrammer2/__init__.py
clustergrammer2/_frontend.py
clustergrammer2/_version.py
clustergrammer2/example.py
clustergrammer2/clustergrammer_fun/__init__.py
clustergrammer2/clustergrammer_fun/calc_clust.py
clustergrammer2/clustergrammer_fun/cat_pval.py
clustergrammer2/clustergrammer_fun/categories.py
clustergrammer2/clustergrammer_fun/data_formats.py
clustergrammer2/clustergrammer_fun/downsample_fun.py
clustergrammer2/clustergrammer_fun/enrichr_functions.py
clustergrammer2/clustergrammer_fun/export_data.py
clustergrammer2/clustergrammer_fun/iframe_web_app.py
clustergrammer2/clustergrammer_fun/initialize_net.py
clustergrammer2/clustergrammer_fun/load_data.py
clustergrammer2/clustergrammer_fun/load_vect_post.py
clustergrammer2/clustergrammer_fun/make_clust_fun.py
clustergrammer2/clustergrammer_fun/make_sim_mat.py
clustergrammer2/clustergrammer_fun/make_unique_labels.py
clustergrammer2/clustergrammer_fun/make_viz.py
clustergrammer2/clustergrammer_fun/normalize_fun.py
clustergrammer2/clustergrammer_fun/proc_df_labels.py
clustergrammer2/clustergrammer_fun/run_filter.py
clustergrammer2/labextension/clustergrammer2-0.17.3.tgz
clustergrammer2/nbextension/.DS_Store
clustergrammer2/nbextension/__init__.py
clustergrammer2/nbextension/static/extension.js
clustergrammer2/nbextension/static/index.js
clustergrammer2/nbextension/static/index.js.map
clustergrammer2/tests/__init__.py
clustergrammer2/tests/conftest.py
clustergrammer2/tests/expected_values.py
clustergrammer2/tests/test_example.py
clustergrammer2/tests/test_nbextension_path.py
docs/Makefile
docs/environment.yml
docs/make.bat
docs/source/conf.py
docs/source/develop-install.rst
docs/source/index.rst
docs/source/installing.rst
docs/source/introduction.rst
docs/source/_static/embed-bundle.js
docs/source/_static/embed-bundle.js.map
docs/source/_static/helper.js
docs/source/examples/index.rst
docs/source/examples/introduction.nblink
examples/.DS_Store
examples/Meta_GCT_broad_200605.xlsx
examples/Meta_GCT_narrow_200605.xlsx
examples/Papermill.ipynb
examples/Signature_Examples.ipynb
examples/dashboard-experiment.ipynb
examples/enrichr_testing.ipynb
examples/expected_columns.txt
examples/expected_rows_all.txt
examples/himc_helper_functions_v0_17_1.py
examples/introduction_lab.ipynb
examples/introduction_lab_tuple.ipynb
examples/introduction_lab_widget_comm.ipynb
examples/introduction_lab_widget_comm_single_net.ipynb
examples/introduction_nb-Copy1.ipynb
examples/introduction_nb.html
examples/introduction_nb.ipynb
examples/introduction_nb_widget_comm.ipynb
examples/meta_cat_col.csv
examples/meta_col.csv
examples/meta_row.csv
examples/old_introduction_lab.ipynb
examples/rc_two_cat_clean.csv
examples/rc_two_cats.txt
examples/two_cats_categories.txt
examples/two_cats_celllines.txt
examples/two_cats_expected_gene_types.txt
examples/two_cats_expected_rows.txt
examples/two_cats_genders.txt
examples/widget-dashboard.ipynb
examples/.ipynb_checkpoints/Papermill-checkpoint.ipynb
examples/.ipynb_checkpoints/Signature_Examples-checkpoint.ipynb
examples/.ipynb_checkpoints/dashboard-experiment-checkpoint.ipynb
examples/.ipynb_checkpoints/enrichr_testing-checkpoint.ipynb
examples/.ipynb_checkpoints/introduction_lab-checkpoint.ipynb
examples/.ipynb_checkpoints/introduction_lab_tuple-checkpoint.ipynb
examples/.ipynb_checkpoints/introduction_lab_widget_comm-checkpoint.ipynb
examples/.ipynb_checkpoints/introduction_lab_widget_comm_single_net-checkpoint.ipynb
examples/.ipynb_checkpoints/introduction_nb-Copy1-checkpoint.ipynb
examples/.ipynb_checkpoints/introduction_nb-checkpoint.html
examples/.ipynb_checkpoints/introduction_nb-checkpoint.ipynb
examples/.ipynb_checkpoints/introduction_nb_widget_comm-checkpoint.ipynb
examples/.ipynb_checkpoints/old_introduction_lab-checkpoint.ipynb
examples/.ipynb_checkpoints/widget-dashboard-checkpoint.ipynb
src/.DS_Store
src/clustergrammer-gl.d.ts
src/extension.ts
src/index.ts
src/plugin.ts
src/tsconfig.json
src/version.ts
src/widget.ts
tests/karma.conf.js
tests/src/index.spec.ts
tests/src/tsconfig.json
tests/src/utils.spec.ts