Skip to content

Commit e3ab223

Browse files
committed
updated readme.md
1 parent 985580e commit e3ab223

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,25 @@ TADA_T2
77

88
A Tensorflow2 compatible version of the TADA transcriptional activation domain predictor.
99

10+
# Installation
11+
12+
**Section to be updated soon**
13+
14+
1015
# Usage
1116

1217
This documentation covers the functions for predicting TAD scores using the TADA model. The available functions are `predict` and `predict_from_fasta`.
1318

1419
**NOTE** At this time sequences must be 40 amino acids!!!
1520

21+
First import the functions.
22+
23+
```python
24+
from TADA_T2.TADA import predict, predict_from_fasta
25+
```
26+
27+
Now you should be ready to go!
28+
1629
## predict
1730

1831
Predicts TAD scores for a sequence or a list of sequences.

0 commit comments

Comments
 (0)