-
Notifications
You must be signed in to change notification settings - Fork 80
Description
I have read the the manual (https://flair.readthedocs.io/en/latest/) and I still have a question about
- diffSplice
In the diffSplice section, it is mentioned, "If there are 3 or more samples per condition, then you can run with --test and DRIMSeq will be used to calculate differential usage of the alternative splicing events between two conditions. " However, I have a two vs three comparison, how could I do? Shall I simply modify drim1 to 5 and drim2 to 2 in this case?
--drim1 The minimum number of samples that have coverage over an
AS event inclusion/exclusion for DRIMSeq testing; events
with too few samples are filtered out and not tested (6).
--drim2 The minimum number of samples expressing the inclusion of
an AS event; events with too few samples are filtered out
and not tested (3).
Thank you!!
Julia