Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,52 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
Intergenic enhancer regions based on Lozano et al. 2021 (https://pubmed.ncbi.nlm.nih.gov/34499719/) <br>
|
3 |
Genome version: Manihot esculenta reference genome v6.1 from Phytozome <br>
|
4 |
CHR: Chromosome <br>
|
@@ -7,7 +55,7 @@ REF: Reference allele <br>
|
|
7 |
ALT: Alternative allele <br>
|
8 |
LOG2FC: Log fold change in Intergenic enhancer probability (log2(p_mutated_sequence / p_original_sequence)) <br>
|
9 |
|
10 |
-
|
11 |
Gene expression prediction based on: Wilson et al. 2016 (https://pubmed.ncbi.nlm.nih.gov/28116755/) <br>
|
12 |
Genome version: Manihot esculenta reference genome v6 from Ensembl 56 <br>
|
13 |
CHR: Chromosome <br>
|
|
|
1 |
+
|
2 |
+
## Dataset Overview
|
3 |
+
This dataset features the 7 evaluation tasks presented in the AgroNT (A Foundational Large Language Model for Edible Plant
|
4 |
+
Genomes) paper. The tasks cover single output regression, multi output regression, binary classification, and multi-label classification which
|
5 |
+
aim to provide a comprehensive plant genomics benchmark. Additionally, we provide results from in silico saturation mutagenesis analysis of sequences
|
6 |
+
from the cassava genome assessing the impact of >10 million mutations on gene expression levels and enhancer elements. See the ISM section
|
7 |
+
for details regarding the data from this analysis.
|
8 |
+
|
9 |
+
|
10 |
+
| Task Name | # of Datasets(Species) | Task Type | Sequence Length (base pair) |
|
11 |
+
| -------- | ------- | -------- | ------- |
|
12 |
+
| Polyadenylation | 6 | Binary Classification | 400 |
|
13 |
+
| Splice Site | 2 | Binary Classification | 398 |
|
14 |
+
| LncRNA | 6 | Binary Classification | 101-6000 |
|
15 |
+
| Promoter Strength | 2 | Single Variable Regression | 170 |
|
16 |
+
| Chromatin Accessibility | 7 | Multi-label Classification | 1000 |
|
17 |
+
| Gene Expression | 6 | Multi-Variable Regression | 6000 |
|
18 |
+
| Ehancer Region | 1 | Binary Classification | 1000 |
|
19 |
+
|
20 |
+
|
21 |
+
## Dataset Sizes
|
22 |
+
| Config Name | # Train Samples | # Validation Samples | # Test Samples |
|
23 |
+
| -------- | ------- | -------- | ------- |
|
24 |
+
|poly_a.arabidopsis_thaliana|170835|---|30384|
|
25 |
+
|poly_a.oryza_sativa_indica_group|98139|---|16776|
|
26 |
+
|poly_a.trifolium_pratense|111138|---|13746|
|
27 |
+
|poly_a.medicago_truncatula|47277|---|8850|
|
28 |
+
|poly_a.chlamydomonas_reinhardtii|90378|---|10542|
|
29 |
+
|poly_a.oryza_sativa_japonica_group|120621|---|20232|
|
30 |
+
|splicing.arabidopsis_thaliana_donor|2588034|---|377873|
|
31 |
+
|splicing.arabidopsis_thaliana_acceptor|1704844|---|250084|
|
32 |
+
|lncrna.m_esculenta|4934|---|360|
|
33 |
+
|lncrna.z_mays|8423|---|1629|
|
34 |
+
|lncrna.g_max|11430|---|490|
|
35 |
+
|lncrna.s_lycopersicum|7274|---|1072|
|
36 |
+
|lncrna.t_aestivum|11252|---|1810|
|
37 |
+
|lncrna.s_bicolor|8654|---|734|
|
38 |
+
|promoter_strength.leaf|58179|6825|7154|
|
39 |
+
|promoter_strength.protoplast|61051|7162|7595|
|
40 |
+
|gene_exp.glycine_max|47136|4803|4803|
|
41 |
+
|gene_exp.oryza_sativa|31244|3702|3702|
|
42 |
+
|gene_exp.solanum_lycopersicum|27321|3827|3827|
|
43 |
+
|gene_exp.zea_mays|34493|4483|4483|
|
44 |
+
|gene_exp.arabidopsis_thaliana|25731|3401|3402|
|
45 |
+
|pro_seq.m_esculenta|16852|1229|812|
|
46 |
+
|
47 |
+
|
48 |
+
## In Silico Saturation Mutagensis
|
49 |
+
### File structure for: Mesculenta_305_v6_PROseq_ISM_LOG2FC.txt.gz
|
50 |
Intergenic enhancer regions based on Lozano et al. 2021 (https://pubmed.ncbi.nlm.nih.gov/34499719/) <br>
|
51 |
Genome version: Manihot esculenta reference genome v6.1 from Phytozome <br>
|
52 |
CHR: Chromosome <br>
|
|
|
55 |
ALT: Alternative allele <br>
|
56 |
LOG2FC: Log fold change in Intergenic enhancer probability (log2(p_mutated_sequence / p_original_sequence)) <br>
|
57 |
|
58 |
+
### File structure for: Mesculenta_v6_GeneExpression_ISM_LOG2FC.txt.gz
|
59 |
Gene expression prediction based on: Wilson et al. 2016 (https://pubmed.ncbi.nlm.nih.gov/28116755/) <br>
|
60 |
Genome version: Manihot esculenta reference genome v6 from Ensembl 56 <br>
|
61 |
CHR: Chromosome <br>
|