-
Notifications
You must be signed in to change notification settings - Fork 41
BINDetect output #311
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
Comments
Hi @apal6 There is nothing wrong with your command. Can you provide more information? Do you have log files? It may also be an issue related to your data. Please try to do the test run, which you find here (test-data). You can try to load the files in IGV. I found that it often helps to understand the problem. Best wishes |
No, I actually don't have the log files. It just finished running without any errors. I am running it again, hopefully will get the output soon and can share the log files. But I actually have a few doubts- I have 4 samples. I want to run the tobias BINDetect in two samples (treatment1 vs treatment2) I merged the narrowpeak files:
I then run the TOBIAS ATACorrect on each of the samples. Following that i run the footprint scores on each sample using the signal flag and then take the output to run TOBIAS BINDetect where --signal has both treatment1 and treatment2 and
I am hoping to get this kind of volcanoplot Is it the correct way to do the combined analysis? |
If you want to compare conditions but have multiple samples per condition, you must merge the samples of each condition as a first step. Then you can go ahead with the steps as you described. That being said, I recommend using our TOBIAS snakemake pipeline. It provides a full TOBIAS analysis while saving you the time it would take to do each step manually. |
Hi @hschult, thank you. I did merge the two samples I want to compare and then ran the whole pipeline. I got the output but now i am trying hard to understand the output as both the conditions are showing similar output. here's an example: Control aggregated signal: treated aggregated signal: However, from the RNA-seq analysis I did, i found this TF to be enriched only in the treated group. But here, I am seeing the signal in the control sample too. Not sure what is happening.
Can you help? |
No activity for at least 30 days. Marking issue as stale. Stale issues are closed after one week. |
Hi @apal6, Please excuse the delayed answer. |
Hi Tobias team,
I ran the TOBIAS BINDetect function on my samples but my plots folder is empty for each sample. I am not sure why that is happening when my slurm job finished successfully. I get the following outputs:
What do you think could be going wrong?
command used:
TOBIAS BINDetect --motifs /ATAC-seq/external_data/JASPAR2024_CORE_non-redundant_pfms_meme.txt \ --signals /ATAC-seq/results3/bwa/merged_replicate/tobias_footprinting_results/ATACorrect_test/sample1/footprint_score/sample1.bw \ --genome /ATAC-seq/results3/genome/genome.fa \ --peaks /ATAC-seq/results3/bwa/merged_replicate/macs2/narrow_peak/sample1.mRp.clN_peaks.narrowPeak \ --outdir /ATAC-seq/results3/bwa/merged_replicate/tobias_footprinting_results/BinDetect_sample1
Thank you!
The text was updated successfully, but these errors were encountered: