-
Notifications
You must be signed in to change notification settings - Fork 41
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
Filter BINDetect results based on volcano plot #82
Comments
Hi Keyur, Sorry no, there is no direct way other than maybe writing a small script to do so for each contrast. The information is located in the "bindetect_results.txt"-file. If you are familiar with Python, you might use Pandas to read the text into a dataframe and then setup the criteria for each contrast. This will give you a "colored : yes/no" per TF per contrast. Then, based on the criteria, you can choose to only include TFs up/down in any of the contrasts. The change and pvalue columns are always named as I am sorry I can't be of more help, and I hope you find a solution. Best, |
is there any way to adjust the cut-off of the l2fc? I have been trying the --pesudo option, but it doesn't change |
Unfortunately not, no. The |
Here is my code in R to change how the volcanoPlots looks:
Just change the WT_KI_change to the name of your column |
Hello,
Thanks you for making very useful tool, I have question regarding excel and text file crated from BINDetect step, Is it possible to filter the "diff_results" files with only entries of TFs/motifs which are presented as up any condition from volcano plot ( which are colored red or green)?
I am aware of critetia of " -log10(p-value) above the 95% quantile and/or differential binding scores smaller/larger than the 5% and 95% quantiles (top 5% in each direction)" but still diff_results file list for individual motifs are very big then the motifs/TFs identified as up from volcano plot.
Thanks,
Keyur
The text was updated successfully, but these errors were encountered: