Update README.md
Browse files
README.md
CHANGED
|
@@ -173,11 +173,14 @@ Which is a column oriented format that can be accessed directly, converted in to
|
|
| 173 |
\>\>\> dataset.to\_parquet("dataset.parquet")
|
| 174 |
|
| 175 |
## Dataset Details
|
| 176 |
-
|
| 177 |
-
This
|
| 178 |
|
| 179 |
-
|
| 180 |
-
This
|
|
|
|
|
|
|
|
|
|
| 181 |
|
| 182 |
### 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.>
|
| 183 |
|
|
|
|
| 173 |
\>\>\> dataset.to\_parquet("dataset.parquet")
|
| 174 |
|
| 175 |
## Dataset Details
|
| 176 |
+
Dataset 1: TMBB_information
|
| 177 |
+
This dataset contains a csv file split into test/train/validate sets. Each set contains 13 columns of information about each protein.
|
| 178 |
|
| 179 |
+
Dataset 2: fasta_files
|
| 180 |
+
This dataset 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.
|
| 181 |
+
|
| 182 |
+
Dataset 3: unsplit_TMBB_information
|
| 183 |
+
This dataset contains a full unsplit csv file with information about every TMBB protein. This can be used if anyone would like to test different splits or to filter data further based on organism or TMBB type.
|
| 184 |
|
| 185 |
### 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.>
|
| 186 |
|