Added All Project Files
Browse files- .gitattributes +10 -0
- .gitignore +3 -0
- .streamlit/config.toml +3 -0
- README.md +2 -2
- assets/geneomic-ontology.png +3 -0
- assets/protein-profiling.png +3 -0
- assets/protein-vis.png +3 -0
- bio_molecular_explorer.py +3 -0
- data/go-basic.obo +3 -0
- data/train_sequences.fasta +3 -0
- genomic_navigator.py +3 -0
- home.py +3 -0
- kaggle/Fasta.ipynb +3 -0
- kaggle/cafa_5_protein_function_with_tensorflow.ipynb +3 -0
- lib/bindings/utils.js +3 -0
- lib/tom-select/tom-select.complete.min.js +3 -0
- lib/tom-select/tom-select.css +3 -0
- lib/vis-9.1.2/vis-network.css +3 -0
- lib/vis-9.1.2/vis-network.min.js +3 -0
- proteomic_dashboard.py +3 -0
- python_styles/__init__.py +0 -0
- python_styles/fasta_stats_style.py +3 -0
- python_styles/home_style.py +3 -0
- python_styles/obo_analysis_style.py +3 -0
- python_styles/sidebar_style.py +3 -0
- python_styles/visualizer_style.py +3 -0
- requirements.txt +3 -0
- utils/styles.py +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,13 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
*.md filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
*.md filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.gitignore filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*.toml filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.py filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.obo filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.fasta filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.ipynb filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.js filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.css filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.txt filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a2f6981d859be6fc61645ed4d79d1181875cfe992427513d451e3637ec4aee3
|
| 3 |
+
size 265
|
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25f641dd756f696b9066242d5cb33150eff423a7b14ef5e8e4d2d86d6efa6af5
|
| 3 |
+
size 112
|
README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98b5217bd86bd040b802dce728e00310a70ae57411440caf7bbf167c3a8a22bc
|
| 3 |
+
size 36
|
assets/geneomic-ontology.png
ADDED
|
Git LFS Details
|
assets/protein-profiling.png
ADDED
|
Git LFS Details
|
assets/protein-vis.png
ADDED
|
Git LFS Details
|
bio_molecular_explorer.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7be610f78f0b79ee6eff5a117cec8056d33ba7aa279c123e95e6b51ea1d8bc08
|
| 3 |
+
size 17991
|
data/go-basic.obo
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c0062efbb1b199a6a54e62c0c48ff0038d39173aecc7edfab66a20090d5ec2d
|
| 3 |
+
size 30992530
|
data/train_sequences.fasta
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d897c5ff96f57828028742223a4c0b9616d19b42c8b9c73a3136bd393334979
|
| 3 |
+
size 97263064
|
genomic_navigator.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7331149976c58de7b58395adcce01c9877bb40c29904fbb901740c3ee84caed6
|
| 3 |
+
size 15808
|
home.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c1c1421572d3ebe06555174acb92cf81d38ab19efea623dc537d6e8b8582bec
|
| 3 |
+
size 12201
|
kaggle/Fasta.ipynb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de92aad9cf190295cd47f1175022ab219141209410564e4a89eb76835f7cccfb
|
| 3 |
+
size 89129
|
kaggle/cafa_5_protein_function_with_tensorflow.ipynb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:226d82af4544c3d2277c4a498e8dd96e634a0a014f6bfda77146b56600684e1c
|
| 3 |
+
size 213408
|
lib/bindings/utils.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3113c73317c30c99eaafbc782916160ce7d23183a148615da0496643e9560cb0
|
| 3 |
+
size 6311
|
lib/tom-select/tom-select.complete.min.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f67501325a15e9ecce68dccb26812eb327f1aae295c5c52c524ec62b3f13dcd
|
| 3 |
+
size 44776
|
lib/tom-select/tom-select.css
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:260a9419fb65dbd685f5f109f8e6de3d8b979a154050af93a761a22d34ede784
|
| 3 |
+
size 9328
|
lib/vis-9.1.2/vis-network.css
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e82d445ad5878ea881652470ce632601f8f55f1b99e6ebecdff8614600e6d0e
|
| 3 |
+
size 220163
|
lib/vis-9.1.2/vis-network.min.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3c1229464749a6f5a80c80867189edfdc0198be0d015c3d770aff196cb6c0a1
|
| 3 |
+
size 468787
|
proteomic_dashboard.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60e3a6f99877b26bfb86ce4b64631c00ea624f98c573cae4cd5c463c4e8209c0
|
| 3 |
+
size 21745
|
python_styles/__init__.py
ADDED
|
File without changes
|
python_styles/fasta_stats_style.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61a0d4e1bf20df67facc3505b02904d5e984d093c235ab7516fc7648b503da31
|
| 3 |
+
size 680
|
python_styles/home_style.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e1a6906013a5a48d8336e862a9dfbb4d8f8cfcc441a97df19951b2e26a4b448
|
| 3 |
+
size 1321
|
python_styles/obo_analysis_style.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d570c7efc6d5278ea047d819e364846756e605b31602d6582a2c857f986433da
|
| 3 |
+
size 1664
|
python_styles/sidebar_style.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2d6abef69577a847caaf49e229fa24e5cde3871636b7f08a2f0c5dc3917cb17
|
| 3 |
+
size 1486
|
python_styles/visualizer_style.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0c0d65db8684fbbc1046a8e93c3e8e39f55229b3670ad234bcc4e1d21c89a43
|
| 3 |
+
size 1993
|
requirements.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66229be652c2710a03657eef301e7ec5ef8d0e1d6a4f72a4bcd5f044d2a2aef2
|
| 3 |
+
size 5828
|
utils/styles.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dde2430cc632fb277d474fa172ec5aba974e00311fb430428e9e0459e58c5db0
|
| 3 |
+
size 103
|