-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST
100 lines (100 loc) · 3.95 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
# file GENERATED by distutils, do NOT edit
LICENSE.txt
README.md
clustergrammer_widget2.json
package.json
pytest.ini
setup.cfg
setup.py
setupbase.py
webpack.config.js
clustergrammer_widget2/__init__.py
clustergrammer_widget2/_version.py
clustergrammer_widget2/example.py
clustergrammer_widget2/clustergrammer/__init__.py
clustergrammer_widget2/clustergrammer/calc_clust.py
clustergrammer_widget2/clustergrammer/cat_pval.py
clustergrammer_widget2/clustergrammer/categories.py
clustergrammer_widget2/clustergrammer/data_formats.py
clustergrammer_widget2/clustergrammer/downsample_fun.py
clustergrammer_widget2/clustergrammer/enrichr_functions.py
clustergrammer_widget2/clustergrammer/export_data.py
clustergrammer_widget2/clustergrammer/iframe_web_app.py
clustergrammer_widget2/clustergrammer/initialize_net.py
clustergrammer_widget2/clustergrammer/load_data.py
clustergrammer_widget2/clustergrammer/load_vect_post.py
clustergrammer_widget2/clustergrammer/make_clust_fun.py
clustergrammer_widget2/clustergrammer/make_sim_mat.py
clustergrammer_widget2/clustergrammer/make_unique_labels.py
clustergrammer_widget2/clustergrammer/make_views.py
clustergrammer_widget2/clustergrammer/make_viz.py
clustergrammer_widget2/clustergrammer/normalize_fun.py
clustergrammer_widget2/clustergrammer/proc_df_labels.py
clustergrammer_widget2/clustergrammer/run_filter.py
clustergrammer_widget2/labextension/clustergrammer_widget2-0.6.2.tgz
clustergrammer_widget2/nbextension/.DS_Store
clustergrammer_widget2/nbextension/__init__.py
clustergrammer_widget2/nbextension/static/extension.js
clustergrammer_widget2/nbextension/static/index.js
clustergrammer_widget2/nbextension/static/index.js.map
clustergrammer_widget2/nbextension/static/lib/index.d.ts
clustergrammer_widget2/nbextension/static/lib/plugin.d.ts
clustergrammer_widget2/nbextension/static/lib/version.d.ts
clustergrammer_widget2/nbextension/static/lib/widget.d.ts
clustergrammer_widget2/tests/__init__.py
clustergrammer_widget2/tests/conftest.py
clustergrammer_widget2/tests/test_example.py
clustergrammer_widget2/tests/test_nbextension_path.py
docs/Makefile
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/_static/lib/index.d.ts
docs/source/_static/lib/plugin.d.ts
docs/source/_static/lib/version.d.ts
docs/source/_static/lib/widget.d.ts
docs/source/examples/index.rst
docs/source/examples/introduction.nblink
examples/.DS_Store
examples/10X_Genomics_3K_Dataset_binder.ipynb
examples/Version_0.5.1.ipynb
examples/introduction.html
examples/introduction.ipynb
examples/introduction_binder.ipynb
examples/introduction_nbviewer.html
examples/introduction_nbviewer.ipynb
examples/rc_two_cats.txt
examples/.ipynb_checkpoints/10X_Genomics_3K_Dataset-checkpoint.ipynb
examples/.ipynb_checkpoints/10X_Genomics_3K_Dataset_nbviewer-checkpoint.ipynb
examples/.ipynb_checkpoints/5.0_10X_Genomics_3K_Dataset_no-UMI-checkpoint.ipynb
examples/.ipynb_checkpoints/Version_0.5.1-checkpoint.ipynb
examples/.ipynb_checkpoints/introduction-checkpoint.ipynb
examples/.ipynb_checkpoints/introduction2-checkpoint.ipynb
examples/.ipynb_checkpoints/introduction3-checkpoint.ipynb
examples/.ipynb_checkpoints/introduction_binder-checkpoint.ipynb
examples/.ipynb_checkpoints/introduction_nbviewer-checkpoint.ipynb
examples/html_notebooks/.DS_Store
examples/html_notebooks/Version_0.5.1.html
examples/html_notebooks/embed_widget.html
examples/html_notebooks/embed_widget2.html
examples/html_notebooks/introduction.html
examples/html_notebooks/introduction2.html
examples/html_notebooks/introduction2_nbconvert.html
examples/html_notebooks/introduction3_nbconvert.html
examples/html_notebooks/archive/introduction_0.4.5.html
src/clustergrammer-gl.d.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