hdallatorre
commited on
Commit
•
1c94a12
1
Parent(s):
7f4703d
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,17 @@ pretty_name: Human Reference Genome
|
|
14 |
|
15 |
### Dataset Summary
|
16 |
|
17 |
-
The Multi-species dataset was constructed by parsing the genomes available on [NCBI](https://www.ncbi.nlm.nih.gov/), before arbitrarily selecting only one species from each genus. Plant and virus genomes were not taken into account, as their regulatory elements differ from those of interest in the paper's tasks. The resulting collection of genomes was downsampled to a total of 850 species, in which several genomes that are heavily studied in the literature have been incorporated. The collection represents 174B nucleotides, resulting in roughly 29B tokens.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
### Supported Tasks and Leaderboards
|
20 |
|
@@ -50,7 +60,7 @@ For each instance, there is a string representing the sequence, a string indicat
|
|
50 |
|
51 |
### Data Splits
|
52 |
|
53 |
-
The Multi-species dataset has 3 splits: train, validation, and test.
|
54 |
|
55 |
## Dataset Creation
|
56 |
|
|
|
14 |
|
15 |
### Dataset Summary
|
16 |
|
17 |
+
The Multi-species dataset was constructed by parsing the genomes available on [NCBI](https://www.ncbi.nlm.nih.gov/), before arbitrarily selecting only one species from each genus. Plant and virus genomes were not taken into account, as their regulatory elements differ from those of interest in the paper's tasks. The resulting collection of genomes was downsampled to a total of 850 species, in which several genomes that are heavily studied in the literature have been incorporated. The collection represents 174B nucleotides, resulting in roughly 29B tokens. The distribution of each genomics class in the dataset is displayed below:
|
18 |
+
|
19 |
+
|
20 |
+
| Class | Number of species | Number of nucleotides (B) |
|
21 |
+
| ---------------------| -------------------| --------------------------|
|
22 |
+
| Bacteria | 667 | 17.1 |
|
23 |
+
| Fungi | 46 | 2.3 |
|
24 |
+
| Invertebrate | 39 | 20.8 |
|
25 |
+
| Protozoa | 10 | 0.5 |
|
26 |
+
| Mammalian Vertebrate | 31 | 69.8 |
|
27 |
+
| Other Vertebrate | 57 | 63.4 |
|
28 |
|
29 |
### Supported Tasks and Leaderboards
|
30 |
|
|
|
60 |
|
61 |
### Data Splits
|
62 |
|
63 |
+
The Multi-species dataset has 3 splits: train, validation, and test. |
|
64 |
|
65 |
## Dataset Creation
|
66 |
|