rmauder commited on
Commit
e408f29
·
verified ·
1 Parent(s): 4b26a12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -20
README.md CHANGED
@@ -5,16 +5,15 @@ 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
@@ -27,6 +26,14 @@ configs:
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:
@@ -68,9 +75,28 @@ dataset_info:
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)
74
 
75
  ## QuickStart Usage
76
 
@@ -90,9 +116,9 @@ then, from within python load the datasets library
90
 
91
  To load one of the IsItABarrel model datasets, use 'datasets.load_datase(...)':
92
 
93
- \>\>\> dataset\_tag \= "\<DATASET TAG\>"
94
  \>\>\> dataset \= datasets.load\_dataset(
95
- path \= "\<HF PATH TO DATASET\>",
96
  name \= f"{dataset\_tag}",
97
  data\_dir \= f"{dataset\_tag}")\['train'\]
98
 
@@ -103,28 +129,39 @@ and the dataset is loaded as a 'datasets.arrow_dataset.Dataset'
103
 
104
  Which is a column oriented format that can be accessed directly, converted in to a 'pandas.DataFrame', or 'parquet' format, e.g.
105
 
106
- \>\>\> dataset.data.column('\<COLUMN NAME IN DATASET\>')
107
  \>\>\> dataset.to\_pandas()
108
  \>\>\> dataset.to\_parquet("dataset.parquet")
109
 
110
- ### <BREIF EXAMPLE OF HOW TO USE DIFFERENT PARTS OF THE DATASET>
111
-
112
  ## Dataset Details
 
 
113
 
114
- ### Dataset Description <DETAILED DESCRIPTION OF DATASET>
 
115
 
116
- - **Acknowledgements:** <ACKNOWLEDGEMENTS>
117
 
118
- - **License:** agpl-3.0
119
 
120
- ### Dataset Sources - **Repository:** <https://isitabarrel.ku.edu/search> - **Paper:** <citation>
121
 
122
- ## Uses <DESCRIPTION OF INTENDED USE OF DATASET>
 
 
 
 
123
 
124
- ### Out-of-Scope Use <DESCRIPTION OF OUT OF SCOPE USES OF DATASET>
125
 
126
- ### Source Data <DESCRIPTION OF SOURCE DATA>
127
 
128
- ## Citation <BIBTEX REFERENCE FOR DATASET>
 
 
 
 
 
 
129
 
130
- ## Dataset Card Authors
 
 
5
  tags:
6
  - biology
7
  - chemistry
8
+ dataset_summary: a curated database of approximately two million bacterial transmembrane beta barrels (TMBBs)
9
+ repo: https://isitabarrel.ku.edu/search
10
+ citation_bibtex: article{Montezano2023, title = {General features of transmembrane
 
11
  beta barrels from a large database}, volume = {120}, ISSN = {1091-6490}, url = {http://dx.doi.org/10.1073/pnas.2220762120},
12
  DOI = {10.1073/pnas.2220762120}, number = {29}, journal = {Proceedings of the National
13
  Academy of Sciences}, publisher = {Proceedings of the National Academy of Sciences},
14
  author = {Montezano, Daniel and Bernstein, Rebecca and Copeland, Matthew M. and
15
  Slusky, Joanna S. G.}, year = {2023}, month = jul}
16
+ citation_apa: Montezano, D., Bernstein, R., Copeland, M. M., & Slusky, J. S. G. (2023).
17
  General features of transmembrane beta barrels from a large database. Proceedings
18
  of the National Academy of Sciences of the United States of America, 120(29), e2220762120.
19
  doi:10.1073/pnas.2220762120
 
26
  path: TMBB_information/data/test-*
27
  - split: validate
28
  path: TMBB_information/data/validate-*
29
+ - config_name: fasta_files
30
+ data_files:
31
+ - split: train
32
+ path: fasta_files/train.fasta
33
+ - split: test
34
+ path: fasta_files/test.fasta
35
+ - split: validate
36
+ path: fasta_files/val.fasta
37
  dataset_info:
38
  config_name: TMBB_information
39
  features:
 
75
  num_examples: 387785
76
  download_size: 1191909078
77
  dataset_size: 1447159481
78
+ dataset2_info:
79
+ config_name: fasta_files
80
+ features:
81
+ - name: Protein_ID
82
+ dtype: string
83
+ - name: sequence
84
+ dtype: string
85
+ splits:
86
+ - name: train
87
+ num_bytes: 784000000
88
+ num_examples: 2326726
89
+ - name: test
90
+ num_bytes: 242000000
91
+ num_examples: 775574
92
+ - name: validate
93
+ num_bytes: 242000000
94
+ num_examples: 775570
95
+ download_size: 1268000000
96
+ dataset_size: 1268000000
97
  ---
98
  # IsItABarrel
99
+ This dataset contains 1,881,712 sequences collected from 600 different bacterial proteomes with sequences ranked by their likelihood of encoding a TMBB.
100
 
101
  ## QuickStart Usage
102
 
 
116
 
117
  To load one of the IsItABarrel model datasets, use 'datasets.load_datase(...)':
118
 
119
+ \>\>\> dataset\_tag \= "\<TMMB_information\>"
120
  \>\>\> dataset \= datasets.load\_dataset(
121
+ path \= "\<rmauder/IsItABarrel/TMBB_information\>",
122
  name \= f"{dataset\_tag}",
123
  data\_dir \= f"{dataset\_tag}")\['train'\]
124
 
 
129
 
130
  Which is a column oriented format that can be accessed directly, converted in to a 'pandas.DataFrame', or 'parquet' format, e.g.
131
 
132
+ \>\>\> dataset.data.column('\<colum_name\>')
133
  \>\>\> dataset.to\_pandas()
134
  \>\>\> dataset.to\_parquet("dataset.parquet")
135
 
 
 
136
  ## Dataset Details
137
+ Subset 1: TMBB_information
138
+ This subset contains a csv file split into test/train/validate sets. Each set contains 13 columns of information about each protein.
139
 
140
+ Subset 2: fasta_files
141
+ This subset contains pointers to fasta files that are already split into test/train/validate sets just like the csv files. Each fasta file contains protein ID, organism, and the fasta sequence of the protein.
142
 
143
+ ### Dataset Description <This dataset contains information like protein_ID and protein type for almost two million transmembrane beta barrel proteins. It contains both known proteins and predicted proteins based on prokaryotic genomes.>
144
 
145
+ - **Acknowledgements:** Daniel Montezano, Rebecca Bernstein, Matthew M. Copeland, and Joanna S. G. Slusky
146
 
147
+ - **License:** agpl-3.0
148
 
149
+ ### Dataset Sources - **Repository:** <https://isitabarrel.ku.edu/search> - **Paper:**
150
+ Montezano, D., Bernstein, R., Copeland, M. M., & Slusky, J. S. G. (2023).
151
+ General features of transmembrane beta barrels from a large database. Proceedings
152
+ of the National Academy of Sciences of the United States of America, 120(29), e2220762120.
153
+ doi:10.1073/pnas.2220762120>
154
 
 
155
 
156
+ ### Source Data <The source data is set up as a large downloadable file that is not clustered or split into train test validate splits.>
157
 
158
+ ## Citation
159
+ @article{Montezano2023, title = {General features of transmembrane
160
+ beta barrels from a large database}, volume = {120}, ISSN = {1091-6490}, url = {http://dx.doi.org/10.1073/pnas.2220762120},
161
+ DOI = {10.1073/pnas.2220762120}, number = {29}, journal = {Proceedings of the National
162
+ Academy of Sciences}, publisher = {Proceedings of the National Academy of Sciences},
163
+ author = {Montezano, Daniel and Bernstein, Rebecca and Copeland, Matthew M. and
164
+ Slusky, Joanna S. G.}, year = {2023}, month = jul}
165
 
166
+ ## Dataset Card Authors
167
+ Ryan Mauder/rmauder@butler.edu