Gurveer05 commited on
Commit
6f91095
·
1 Parent(s): 0394b2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -12,9 +12,10 @@ Currently, this model is trained on **7.1 million Plant DNA promoter sequences**
12
  References:
13
  - [GitHub Repository](https://github.com/gurveervirk/florabert/)
14
  - [Kaggle Dataset](https://www.kaggle.com/datasets/gurveersinghvirk/florabert-base)
 
15
 
16
- To get predictions from **DNA promoter sequences of plants**, add your text file containing the sequences (1 sequence per line) to the data folder and call the main() function from prediction.py with your file name.
17
- For example
18
 
19
  - Update ```main("test.txt")``` with your file name
20
  - Now, run ```python prediction.py```
@@ -23,7 +24,7 @@ The results will be visible in tabular format in the console.
23
  For example,
24
  | tassel | base | anther | middle | ear | shoot | tip | root |
25
  |--------|--------|--------|--------|--------|--------|--------|--------|
26
- | 0.4235 | 0.3031 | 0.3657 | 0.3663 | 0.2787 | 0.3809 | 0.4167 | 0.2861 |
27
 
28
  The values in the table correspond to TPM values for the tissues in the plants. TPM values are normalized gene expression values.
29
 
 
12
  References:
13
  - [GitHub Repository](https://github.com/gurveervirk/florabert/)
14
  - [Kaggle Dataset](https://www.kaggle.com/datasets/gurveersinghvirk/florabert-base)
15
+ - [Video Demo](https://youtu.be/WZzjHH740kw)
16
 
17
+ To get predictions from **DNA promoter sequences of plants** from console / command-line directly, add your text file containing the sequences (1 sequence per line) to the data folder and call the main() function from prediction.py with your file name.
18
+ For example:
19
 
20
  - Update ```main("test.txt")``` with your file name
21
  - Now, run ```python prediction.py```
 
24
  For example,
25
  | tassel | base | anther | middle | ear | shoot | tip | root |
26
  |--------|--------|--------|--------|--------|--------|--------|--------|
27
+ | 8.65 | 7.901 | 2.004 | 8.4001 | 7.523 | 6.23 | 9.0112 | 8.221 |
28
 
29
  The values in the table correspond to TPM values for the tissues in the plants. TPM values are normalized gene expression values.
30