Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,11 @@ 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 |
-
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
|
|
|
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. The dataset contains huge amound of files with about 200 million data and 300-400 GB storage space. Therefore user can specify the number
|
27 |
+
of files they are going to use by using the code below according to their own need; otherwise, all the files would be downloaded which is 937 files.
|
28 |
+
```python
|
29 |
+
datasets.load_dataset('wyxu/Genome_database','default', number of file you want to use)
|
30 |
+
```
|
31 |
|
32 |
|
33 |
### Supported Tasks and Leaderboards
|