Update README.md
Browse files
README.md
CHANGED
@@ -23,6 +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 |
### Supported Tasks and Leaderboards
|
@@ -36,25 +37,25 @@ This dataset contains datas being collected from Genbank. The dataset is organiz
|
|
36 |
## Dataset Structure
|
37 |
|
38 |
### Data Instances
|
39 |
-
DNA id: AP013063.1
|
40 |
-
Organism: Serratia marcescens SM39
|
41 |
-
gene id: SM39_0001
|
42 |
-
region type:coding
|
43 |
-
coding type: BAO32072.1
|
44 |
-
sequence: ATGCGCAACATCAGCCTGAAAACCACAATTATTACCACCACCGATACCACAGGTAACGGGGCGGGCTGA
|
45 |
-
gc_content:0.52173913
|
46 |
-
translation code: MRNISLKTTIITTTDTTGNGAG
|
47 |
|
48 |
|
49 |
### Data Fields
|
50 |
-
DNA id: id number for the whole DNA sequence, sequences with same DNA id are from same DNA
|
51 |
-
Organism: Organism of the DNA
|
52 |
-
gene id: locus tag of the gene, sequences with same gene id are from same gene
|
53 |
-
region type: determine whether the region is coding or non-coding; if the region is the type of regulator, it would be classified according to the class of regulators, such as terminator, ribosome binding ste, etc.
|
54 |
-
coding type: if the sequence is coding sequence, it would be classified according to their production type. sequence that produce protein would be marked with protein id. Sequences that produce either rRNA or tRNA would be marked as rRNA or tRNA.
|
55 |
-
sequence: the actual sequence
|
56 |
-
gc_content: the gc_content of the sequence
|
57 |
-
translation code: if the sequence produce protein, then the translation code would be provided as a reference
|
58 |
|
59 |
### Data Splits
|
60 |
|
|
|
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 |
+
This dataset generally include five type of regions including regulator, repeat region, mRNA, tRNA, rRNA and 'CDS'
|
27 |
|
28 |
|
29 |
### Supported Tasks and Leaderboards
|
|
|
37 |
## Dataset Structure
|
38 |
|
39 |
### Data Instances
|
40 |
+
DNA id: AP013063.1
|
41 |
+
Organism: Serratia marcescens SM39
|
42 |
+
gene id: SM39_0001
|
43 |
+
region type:coding
|
44 |
+
coding type: BAO32072.1
|
45 |
+
sequence: ATGCGCAACATCAGCCTGAAAACCACAATTATTACCACCACCGATACCACAGGTAACGGGGCGGGCTGA
|
46 |
+
gc_content:0.52173913
|
47 |
+
translation code: MRNISLKTTIITTTDTTGNGAG
|
48 |
|
49 |
|
50 |
### Data Fields
|
51 |
+
DNA id: id number for the whole DNA sequence, sequences with same DNA id are from same DNA
|
52 |
+
Organism: Organism of the DNA
|
53 |
+
gene id: locus tag of the gene, sequences with same gene id are from same gene
|
54 |
+
region type: determine whether the region is coding or non-coding; if the region is the type of regulator, it would be classified according to the class of regulators, such as terminator, ribosome binding ste, etc.
|
55 |
+
coding type: if the sequence is coding sequence, it would be classified according to their production type. sequence that produce protein would be marked with protein id. Sequences that produce either rRNA or tRNA would be marked as rRNA or tRNA.
|
56 |
+
sequence: the actual sequence
|
57 |
+
gc_content: the gc_content of the sequence
|
58 |
+
translation code: if the sequence produce protein, then the translation code would be provided as a reference
|
59 |
|
60 |
### Data Splits
|
61 |
|