You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can filter your VEP output using filter_vep tool. For example, if the third field in this case have name SpliceAI_pred_DP_DG and you want outputs that have SpliceAI_pred_DP_DG value greater than 0.2 you can do that by using the following commands -
@tamil-acog ,
sorry I missed you were talking about tab separated output. Currently it is not possible to use filter_vep on specific SpliceAI fields in tab separated output because the fields are reported all in the same field.
So you can output using VCF format and use the above command to filter.
Otherwise, there is a PR that separates the the SpliceAI fields in the output, which you can cherry-pick and see if it resolves your use case.
Hi team,
I annotated my variants using vep with spliceAI plugin. The output file contains all the multiple columns along with SpliceAI_pred column.
But the values in the column for a variant, for example "FGFR3 | 0.0 | 0.2 | 0.0 | 0.0 | 180"
Now if I have to filter the output based on the third field which 0.2 in the above example, how can i do that?
Thanks in advance
The text was updated successfully, but these errors were encountered: