Skip to content

Commit e8a9acd

Browse files
committed
Add new FAQ question
1 parent d655d81 commit e8a9acd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

FAQ.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
### Contents
44
- [TF activity timing](#tftiming)
5+
- [TF activity score threshold](#tfthreshold)
56
- [Randomization error](#randerror)
67

8+
79
## <a id='tftiming'>TF activity timing</a>
810
**Q:** How do I identify the time points at which TFs are first active?
911

@@ -20,6 +22,13 @@ To illustrate, suppose you set X = 4.5 in the slider. Then a TF will be shown t
2022

2123
The ```N.model.activitiesDynamic``` file can also be used to identify all time points at which a TF is active. In the example above, the TF is active at split nodes with depth 2 and 3 meaning it is active at 15 and 30 minutes.
2224

25+
26+
## <a id='tfthreshold'>TF activity score threshold</a>
27+
**Q:** How do I choose a TF activity score threshold when visualizing active TFs in the DREM display?
28+
29+
**A:** The file ```N.targetsStd```, where *N* is the final iteration of SDREM, can be used to obtain to an activity score threshold that will display all of the TFs that were designated as targets in the SDREM network orientation stage. The last column in this tab-delimited text file gives the maximum activity score for each active TF. Therefore, you can find the minimum of these values and use it (or a value slightly less than it) as the threshold. Take log10 of this activity score to obtain the value of X to set in the DREM Key Transcription Factors slider.
30+
31+
2332
## <a id='randerror'>Randomization error</a>
2433
**Q:** Why does SDREM throw a randomization error in ```alg.DREMInterface.randomizeBindingPriors```?
2534

0 commit comments

Comments
 (0)