@@ -898,6 +898,13 @@ single or few interactions unbiased by the heuristics applied in normal IntaRNA.
898898If you are using long RNAs, you should constraint predictions to the [ regions of
899899interest] ( #interConstr ) or [ constraint the seed regions] ( #seed ) .
900900
901+ In summary, the following calls are equivalent.
902+
903+ ``` sh
904+ IntaRNAup ...
905+ IntaRNA --personality=IntaRNAup ...
906+ IntaRNA --model=X --mode=M --accW=0 --accL=0 --intLenMax=60 --outOverlap=B ...
907+ ```
901908
902909[ ![ up] ( doc/figures/icon-up.28.png ) back to overview] ( #overview )
903910
@@ -915,6 +922,13 @@ helix blocks, which is faster than the normal mode but applies more constraints.
915922Thus, you should use * IntaRNAhelix* if you want to focus predictions on stable
916923subinteractions (helices) and need to do it fast.
917924
925+ In summary, the following calls are equivalent.
926+
927+ ``` sh
928+ IntaRNAhelix ...
929+ IntaRNA --personality=IntaRNAhelix ...
930+ IntaRNA --model=B ...
931+ ```
918932
919933[ ![ up] ( doc/figures/icon-up.28.png ) back to overview] ( #overview )
920934
@@ -939,6 +953,13 @@ of the interacting molecules, either since they are very short or very long.
939953The latter makes accessibility prediction difficult, since it is not only governed
940954by thermodynamics.
941955
956+ In summary, the following calls are equivalent.
957+
958+ ``` sh
959+ IntaRNAduplex ...
960+ IntaRNA --personality=IntaRNAduplex ...
961+ IntaRNA --qAcc=N --tAcc=N ...
962+ ```
942963
943964[ ![ up] ( doc/figures/icon-up.28.png ) back to overview] ( #overview )
944965
@@ -959,6 +980,14 @@ Furthermore, it ensures
959980- [ no lonely base pairs] ( #interConstr )
960981
961982
983+ In summary, the following calls are equivalent.
984+
985+ ``` sh
986+ IntaRNAsTar ...
987+ IntaRNA --personality=IntaRNAsTar ...
988+ IntaRNA --intLenMax=60 --intLoopMax=8 --seedNoGU --seedMinPu=0.001 --outMinPu=0.001 --outNoLP --outNoGUend --outOverlap=Q --outMode=C --outCsvCols=id1,id2,start1,end1,start2,end2,E ...
989+ ```
990+
962991[ ![ up] ( doc/figures/icon-up.28.png ) back to overview] ( #overview )
963992
964993### IntaRNAseed
@@ -969,6 +998,14 @@ To this end, it
969998- uses [ seed-only prediction mode] ( #predModes ) .
970999
9711000
1001+ In summary, the following calls are equivalent.
1002+
1003+ ``` sh
1004+ IntaRNAseed ...
1005+ IntaRNA --personality=IntaRNAseed ...
1006+ IntaRNA --mode=S ...
1007+ ```
1008+
9721009
9731010[ ![ up] ( doc/figures/icon-up.28.png ) back to overview] ( #overview )
9741011
@@ -982,10 +1019,13 @@ To do so, it
9821019
9831020- uses [ ensemble-based prediction model] ( #interactionModel-ssProbability ) .
9841021
1022+ In summary, the following calls are equivalent.
9851023
986-
987-
988-
1024+ ``` sh
1025+ IntaRNAens ...
1026+ IntaRNA --personality=IntaRNAens ...
1027+ IntaRNA --model=P ...
1028+ ```
9891029
9901030
9911031
0 commit comments