user self-defined JSON file #372
Answered
by
pabloati
Sparkle-27
asked this question in
General
-
|
Hi. I have thoroughly read through the SQANTI3 wiki documentation, however, I did not find which parameters in the JSON file can be customized and how to set them. For example, is it possible to set "ratio_TSS": 1.5? |
Beta Was this translation helpful? Give feedback.
Answered by
pabloati
Aug 25, 2025
Replies: 1 comment 3 replies
-
|
You can customize any parameters you want from the classification file. You could set ratio_TSS to 1.5, but then it would only remove those that have the ratio equal to it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Chrissi,
If you set the ratio_TSS to 1.5, that will mean that the filter will consider as valid isoforms those that have a ratio_TSS=>1.5
In case you wanted to do the opposite, or for another parameter where you want to take a smaller than interval, just set it from 0 to the desired number, like it is done with the percentage of Adenine downstream of the TTS.
Hope this makes everything clear :)