-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filtering and sorting in WTS module #4989
Comments
Aha, nice, didn't spot that 😅
Sounds good, thanks! Yes, when running with a more explorative loose cutoff we sometimes ended up with a larger bunch of hits, also within a panel. Among those, lower p-value tended to seem more "real" (as one would hope for). Having some false positives in the list was deemed OK here by the CLG as she anyway would verify things with her own eyes.
Hmm. My understanding is that the point with the BH correction is to go from p-values "how unlikely is it that this is a fluke, if only looking at this transcript" to for FDR adjusted "if looking across this dataset at FDR < 0.1, max 10% of what I am looking at should be noise". If the p-values are nicely distributed that is, which they seemed to be for OUTRIDER but not FRASER when I looked ... Anyway, I was just thinking to allow the user check the |
Is your feature request related to a problem in the current program to new available techology or software? Please describe and add links/citations if appropriate.
Our CLGs have started using Tomte and the WTS module in Scout to interpret RNA-seq samples. It seems to work well for them, but some additions could make it even more useful!
Describe the solution you'd like
In particular when having a list containing more than a handful outliers, it would help to be able to:
This is particularly useful if you load data with a more liberal cutoff, but still want to be able to focus on what is the most relevant.
A related question is - would it make sense to optionally also show the FDR? In omics-datasets I usually find FDR more informative than the p-value. (This is not something requested by the CLGs here, just an open question from me).
Additional context
A screenshot from the demo to have something to look at:
The text was updated successfully, but these errors were encountered: