wyxu commited on
Commit
ec8173f
·
1 Parent(s): 1c8f274

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -47,14 +47,14 @@ 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
 
 
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