Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- biology
|
4 |
+
- DNA
|
5 |
+
- Gene Expression
|
6 |
+
size_categories:
|
7 |
+
- 100K<n<1M
|
8 |
+
---
|
9 |
+
# Promoter Sequences and Corresponding Gene Expression data for Maize NAM lines
|
10 |
+
|
11 |
+
The data in this dataset has the promoter sequences and the corresponding gene expression data as TPM values for **26 Maize NAM lines** and has been used for the finetuning step *(for the downstream task of gene expression prediction)* of [`Florabert`](https://huggingface.co/Gurveer05/FloraBERT).
|
12 |
+
|
13 |
+
The data has been split into train, test and eval data (70-20-10 split). In all, there are ~ 7,00,000 entries across the files. The steps followed to obtain this data are available in this [`Github Repository`](https://github.com/gurveervirk/florabert).
|