Gurveer05 commited on
Commit
460e7a5
1 Parent(s): 1199607

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -10,4 +10,15 @@ size_categories:
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).
 
 
 
 
 
 
 
 
 
 
 
 
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).
14
+
15
+ The labels correspond to the TPM values for the various tissues in the order: [
16
+ 'tassel',
17
+ 'base',
18
+ 'anther',
19
+ 'middle',
20
+ 'ear',
21
+ 'shoot',
22
+ 'tip',
23
+ 'root'
24
+ ]. The sequences that have been used are the promoter sequences for genes of Maize NAM lines that have at least 1 TPM value for a tissue > 1.