Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,31 +1,73 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
license: agpl-3.0
|
| 4 |
-
|
| 5 |
-
pretty_name: 'IsItABarrel Database'
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
dataset_summary: a curated database of approximately two million bacterial transmembrane
|
| 10 |
-
|
| 11 |
-
#acknowledgements:
|
| 12 |
repo: rmauder/IsItABarrel
|
| 13 |
-
citation_bibtex:
|
| 14 |
-
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
---
|
| 30 |
# IsItABarrel
|
| 31 |
a searchable curated database of approximately two million bacterial transmembrane beta barrels (TMBBs)
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
license: agpl-3.0
|
| 4 |
+
pretty_name: IsItABarrel Database
|
|
|
|
| 5 |
tags:
|
| 6 |
+
- biology
|
| 7 |
+
- chemistry
|
| 8 |
+
dataset_summary: a curated database of approximately two million bacterial transmembrane
|
| 9 |
+
beta barrels (TMBBs)
|
|
|
|
| 10 |
repo: rmauder/IsItABarrel
|
| 11 |
+
citation_bibtex: -@article{Montezano2023, title = {General features of transmembrane
|
| 12 |
+
beta barrels from a large database}, volume = {120}, ISSN = {1091-6490}, url = {http://dx.doi.org/10.1073/pnas.2220762120},
|
| 13 |
+
DOI = {10.1073/pnas.2220762120}, number = {29}, journal = {Proceedings of the National
|
| 14 |
+
Academy of Sciences}, publisher = {Proceedings of the National Academy of Sciences},
|
| 15 |
+
author = {Montezano, Daniel and Bernstein, Rebecca and Copeland, Matthew M. and
|
| 16 |
+
Slusky, Joanna S. G.}, year = {2023}, month = jul}
|
| 17 |
+
citation_apa: -Montezano, D., Bernstein, R., Copeland, M. M., & Slusky, J. S. G. (2023).
|
| 18 |
+
General features of transmembrane beta barrels from a large database. Proceedings
|
| 19 |
+
of the National Academy of Sciences of the United States of America, 120(29), e2220762120.
|
| 20 |
+
doi:10.1073/pnas.2220762120
|
| 21 |
+
configs:
|
| 22 |
+
- config_name: TMBB_information
|
| 23 |
+
data_files:
|
| 24 |
+
- split: train
|
| 25 |
+
path: TMBB_information/data/train-*
|
| 26 |
+
- split: test
|
| 27 |
+
path: TMBB_information/data/test-*
|
| 28 |
+
- split: validate
|
| 29 |
+
path: TMBB_information/data/validate-*
|
| 30 |
+
dataset_info:
|
| 31 |
+
config_name: TMBB_information
|
| 32 |
+
features:
|
| 33 |
+
- name: Protein_ID
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: Organism
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: Protein_Product
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: Sequence_Length
|
| 40 |
+
dtype: int64
|
| 41 |
+
- name: SignalP5_Score
|
| 42 |
+
dtype: float64
|
| 43 |
+
- name: SignalP5_Type
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: Representative
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: Assigned
|
| 48 |
+
dtype: int64
|
| 49 |
+
- name: Protein_Type
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: Strain
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: Strand_Count
|
| 54 |
+
dtype: float64
|
| 55 |
+
- name: AlphaFoldDB_ID
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: Sequence
|
| 58 |
+
dtype: string
|
| 59 |
+
splits:
|
| 60 |
+
- name: train
|
| 61 |
+
num_bytes: 891734109
|
| 62 |
+
num_examples: 1163363
|
| 63 |
+
- name: test
|
| 64 |
+
num_bytes: 277747938
|
| 65 |
+
num_examples: 387787
|
| 66 |
+
- name: validate
|
| 67 |
+
num_bytes: 277677434
|
| 68 |
+
num_examples: 387785
|
| 69 |
+
download_size: 1191909078
|
| 70 |
+
dataset_size: 1447159481
|
| 71 |
---
|
| 72 |
# IsItABarrel
|
| 73 |
a searchable curated database of approximately two million bacterial transmembrane beta barrels (TMBBs)
|
TMBB_information/data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f15e1319d1ad47fc14e2ed5254177463cbc5a3b3f7a5defcebadc3acc4e66de7
|
| 3 |
+
size 227668008
|
TMBB_information/data/train-00000-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57c69b357a24768d569982f4edbc5e71a62977ad7c860b1188233222d4e1e98e
|
| 3 |
+
size 369393270
|
TMBB_information/data/train-00001-of-00002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bc9adb9f2e78e2442c2c2ac269408c8ccfc4bcd617221acf3bdcf41aa526c02
|
| 3 |
+
size 367145842
|
TMBB_information/data/validate-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92959888f42c6c4f2c3d662dff3e8f548548d4a64c6fdbef83db8f9c36c6195a
|
| 3 |
+
size 227701958
|