Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ size_categories:
|
|
23 |
|
24 |
### Dataset Summary
|
25 |
This dataset contains datas being collected from Genbank. The dataset is organized in a way that it separate all the genes from an DNA , and was classified according to the region and coding type. In that way, people could get more detailed information regarding each DNA sequences.
|
26 |
-
|
27 |
|
28 |
|
29 |
### Supported Tasks and Leaderboards
|
@@ -46,7 +46,9 @@ specific_class: Protein
|
|
46 |
Product:thr operon leader peptide
|
47 |
sequence: ATGCGCAACATCAGCCTGAAAACCACAATTATTACCACCACCGATACCACAGGTAACGGGGCGGGCTGA
|
48 |
gc_content:0.52173913
|
49 |
-
translation code: MRNISLKTTIITTTDTTGNGAG
|
|
|
|
|
50 |
```
|
51 |
|
52 |
### Data Fields
|
@@ -59,6 +61,8 @@ __Product__ : if the sequence produce protein, the product name would be listed
|
|
59 |
__sequence__: the actual sequence
|
60 |
__gc_content__: the gc_content of the sequence
|
61 |
__translation code__: if the sequence produce protein, then the translation code would be provided as a reference
|
|
|
|
|
62 |
|
63 |
### Data Splits
|
64 |
|
|
|
23 |
|
24 |
### Dataset Summary
|
25 |
This dataset contains datas being collected from Genbank. The dataset is organized in a way that it separate all the genes from an DNA , and was classified according to the region and coding type. In that way, people could get more detailed information regarding each DNA sequences.
|
26 |
+
The dataset also contain source, which is the whole DNA sequence, where the user can use it to compare to each segment to see the exact location.
|
27 |
|
28 |
|
29 |
### Supported Tasks and Leaderboards
|
|
|
46 |
Product:thr operon leader peptide
|
47 |
sequence: ATGCGCAACATCAGCCTGAAAACCACAATTATTACCACCACCGATACCACAGGTAACGGGGCGGGCTGA
|
48 |
gc_content:0.52173913
|
49 |
+
translation code: MRNISLKTTIITTTDTTGNGAG
|
50 |
+
start_position: 207
|
51 |
+
end_position: 276}
|
52 |
```
|
53 |
|
54 |
### Data Fields
|
|
|
61 |
__sequence__: the actual sequence
|
62 |
__gc_content__: the gc_content of the sequence
|
63 |
__translation code__: if the sequence produce protein, then the translation code would be provided as a reference
|
64 |
+
__start_position__: the start position of the segment
|
65 |
+
__end_position__: the end position of the segment
|
66 |
|
67 |
### Data Splits
|
68 |
|