From 1c0ad912b71c29ce233be4b7269c4a44e62e751d Mon Sep 17 00:00:00 2001 From: Eduardo Eyras Date: Mon, 14 Feb 2022 22:28:11 +1100 Subject: [PATCH] Update README.md added note on the -l option in diffSplice.: the dPSI threshold is implemented only in the empirical mode. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecf168f..4104477 100644 --- a/README.md +++ b/README.md @@ -549,7 +549,7 @@ List of options available: - **-a** | **--area**: Integer indicating the number of points in the local area of the delta PSI - average TPM distribution. (Default: 1000). -- **-l** | **--lower-bound**: Lower-bound for the absolute delta PSI value to test for significance. Events with less than this delta PSI will not be tested. (Default: 0). +- **-l** | **--lower-bound**: Lower-bound for the absolute delta PSI value to test for significance. Events with less than this delta PSI will not be tested. (Default: 0). (Note: it is only implemented in the empirical method). - **-pa** | **--paired**: Indicates if replicates across conditions are paired.