wyxu commited on
Commit
86f1a81
·
1 Parent(s): c711fe9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -55,13 +55,13 @@ end_position: 276}
55
  __DNA id__: id number for the whole DNA sequence, sequences with same DNA id are from same DNA
56
  __Organism__: Organism of the DNA
57
  __year__: the year of the DNA sequence
58
- __region type__: determine the general type of the sequence, such as coding, regulator, repeat region, etc.(__Note__: when classifying coding type, all the CDS, mRNA, tmRNA, tRNA,rRNA and others such as propetide, sig_propetide,mat_propetide was classified as coding. In order to minimize the missing coding part, all the other categories which has associated product was also classified as coding )
59
  __specific class__: if the sequence is coding sequence, it would be classified according to their production type such as RNA, Protein. The regulators would also be classified by their own class such as terminator, ribosome
60
- __Product__ : if the sequence produce protein, the product name would be listed
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
 
55
  __DNA id__: id number for the whole DNA sequence, sequences with same DNA id are from same DNA
56
  __Organism__: Organism of the DNA
57
  __year__: the year of the DNA sequence
58
+ __region type__: determine the general type of the sequence. For all the type that is typically classified as coding region, it was named with coding; while others including those that are case dependent were named according to their own type such as regulator, repeat_region,gap, intron,extron, etc.(__Note__: when classifying coding type, all the CDS, mRNA, tmRNA, tRNA,rRNA and others such as propetide, sig_propetide,mat_propetide was classified as coding. In order to minimize the missing coding part, all the other categories which has associated product was also classified as coding )
59
  __specific class__: if the sequence is coding sequence, it would be classified according to their production type such as RNA, Protein. The regulators would also be classified by their own class such as terminator, ribosome
60
+ __Product__ : if the sequence produce protein, the product name would be listed
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