@@ -898,6 +898,13 @@ single or few interactions unbiased by the heuristics applied in normal IntaRNA.
898
898
If you are using long RNAs, you should constraint predictions to the [ regions of
899
899
interest] ( #interConstr ) or [ constraint the seed regions] ( #seed ) .
900
900
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
+ ```
901
908
902
909
[ ![ up] ( doc/figures/icon-up.28.png ) back to overview] ( #overview )
903
910
@@ -915,6 +922,13 @@ helix blocks, which is faster than the normal mode but applies more constraints.
915
922
Thus, you should use * IntaRNAhelix* if you want to focus predictions on stable
916
923
subinteractions (helices) and need to do it fast.
917
924
925
+ In summary, the following calls are equivalent.
926
+
927
+ ``` sh
928
+ IntaRNAhelix ...
929
+ IntaRNA --personality=IntaRNAhelix ...
930
+ IntaRNA --model=B ...
931
+ ```
918
932
919
933
[ ![ up] ( doc/figures/icon-up.28.png ) back to overview] ( #overview )
920
934
@@ -939,6 +953,13 @@ of the interacting molecules, either since they are very short or very long.
939
953
The latter makes accessibility prediction difficult, since it is not only governed
940
954
by thermodynamics.
941
955
956
+ In summary, the following calls are equivalent.
957
+
958
+ ``` sh
959
+ IntaRNAduplex ...
960
+ IntaRNA --personality=IntaRNAduplex ...
961
+ IntaRNA --qAcc=N --tAcc=N ...
962
+ ```
942
963
943
964
[ ![ up] ( doc/figures/icon-up.28.png ) back to overview] ( #overview )
944
965
@@ -959,6 +980,14 @@ Furthermore, it ensures
959
980
- [ no lonely base pairs] ( #interConstr )
960
981
961
982
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
+
962
991
[ ![ up] ( doc/figures/icon-up.28.png ) back to overview] ( #overview )
963
992
964
993
### IntaRNAseed
@@ -969,6 +998,14 @@ To this end, it
969
998
- uses [ seed-only prediction mode] ( #predModes ) .
970
999
971
1000
1001
+ In summary, the following calls are equivalent.
1002
+
1003
+ ``` sh
1004
+ IntaRNAseed ...
1005
+ IntaRNA --personality=IntaRNAseed ...
1006
+ IntaRNA --mode=S ...
1007
+ ```
1008
+
972
1009
973
1010
[ ![ up] ( doc/figures/icon-up.28.png ) back to overview] ( #overview )
974
1011
@@ -982,10 +1019,13 @@ To do so, it
982
1019
983
1020
- uses [ ensemble-based prediction model] ( #interactionModel-ssProbability ) .
984
1021
1022
+ In summary, the following calls are equivalent.
985
1023
986
-
987
-
988
-
1024
+ ``` sh
1025
+ IntaRNAens ...
1026
+ IntaRNA --personality=IntaRNAens ...
1027
+ IntaRNA --model=P ...
1028
+ ```
989
1029
990
1030
991
1031
0 commit comments