Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
Dask
License:
cmatkhan commited on
Commit
0e2abbf
·
verified ·
1 Parent(s): fb362e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -6
README.md CHANGED
@@ -14,12 +14,24 @@ dataset_info:
14
  dtype: int32
15
  description: End coordinate (1-based, **inclusive**)
16
  - name: strand
17
- dtype: ClassLabel
18
- levels: +,-
 
 
19
  description: Strand of feature
20
  - name: type
21
- dtype: ClassLabel
22
- levels: gene,ncRNA_gene,tRNA_gene,snoRNA_gene,transposable_element_gene,pseudogene,telomerase_RNA_gene,snRNA_gene,rRNA_gene,blocked_reading_frame
 
 
 
 
 
 
 
 
 
 
23
  description: classification of feature
24
  - name: locus_tag
25
  dtype: string
@@ -40,8 +52,25 @@ dataset_info:
40
  partitioning:
41
  keys:
42
  - name: chr
43
- dtype: ClassLabel
44
- levels: chrI,chrII,chrVII,chrV,chrIII,chrIV,chrVIII,chrVI,chrX,chrIX,chrXI,chrXIV,chrXII,chrXIII,chrXV,chrXVI,chrM
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  configs:
46
  - config_name: features
47
  default: true
 
14
  dtype: int32
15
  description: End coordinate (1-based, **inclusive**)
16
  - name: strand
17
+ dtype: "ClassLabel"
18
+ levels:
19
+ - +
20
+ - "-"
21
  description: Strand of feature
22
  - name: type
23
+ dtype: "ClassLabel"
24
+ levels:
25
+ - gene
26
+ - ncRNA_gene
27
+ - tRNA_gene
28
+ - snoRNA_gene
29
+ - transposable_element_gene
30
+ - pseudogene
31
+ - telomerase_RNA_gene
32
+ - snRNA_gene
33
+ - rRNA_gene
34
+ - blocked_reading_frame
35
  description: classification of feature
36
  - name: locus_tag
37
  dtype: string
 
52
  partitioning:
53
  keys:
54
  - name: chr
55
+ dtype: "ClassLabel"
56
+ levels:
57
+ - chrI
58
+ - chrII
59
+ - chrVII
60
+ - chrV
61
+ - chrIII
62
+ - chrIV
63
+ - chrVIII
64
+ - chrVI
65
+ - chrX
66
+ - chrIX
67
+ - chrXI
68
+ - chrXIV
69
+ - chrXII
70
+ - chrXIII
71
+ - chrXV
72
+ - chrXVI
73
+ - chrM
74
  configs:
75
  - config_name: features
76
  default: true