adamyhe commited on
Commit
73b700d
·
verified ·
1 Parent(s): 12a211c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -3,4 +3,13 @@ license: mit
3
  pipeline_tag: image-segmentation
4
  tags:
5
  - biology
6
- ---
 
 
 
 
 
 
 
 
 
 
3
  pipeline_tag: image-segmentation
4
  tags:
5
  - biology
6
+ ---
7
+
8
+ Transcription Run-On Grants Detection Of Regulatory elements (TROGDOR).
9
+
10
+ TROGDOR identifies transcription initiation regions (TIRs) from stranded nascent RNA sequencing data
11
+ (GRO-seq, PRO-seq, ChRO-seq, mNET-seq, etc.). It uses a 1D U-Net model and a tiled image segmentation
12
+ approach to achieve SOTA performance at predicting TIRs while maintaining computational efficiency.
13
+
14
+ The TROGDOR pipeline (including model module) can be installed using `pip install trogdor`, or from
15
+ the source code at https://github.com/adamyhe/trogdor