-
Notifications
You must be signed in to change notification settings - Fork 16
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
Adding peak edges to network -- Add feature request #111
Comments
Hi @mriken, I'm not sure there is a way to do that. I guess what would be possible is to get the peak to gene mapping that is used to create the network, which will show which peak is associated with which gene, and what the weight of that association is. Would that be what you're interested in? |
Hi @simonvh, thanks for your reply. cheers |
We may add this to ANANSE in a later release. Meanwhile, this would be the Python code to do this. Just update line 5 to your
|
Wonderful, very appreciated!! However, after running ananse binding I do not see the binding.h5 file in the output directory at all. I only have the files binding.tsv and factor_activity.tsv, other than the atac/h3k27ac tsv files. Is this in the development version of ananse, perhaps? Or does it mean that the prediction is incomplete? |
Ah, sorry! This is indeed in the latest version, which was just released yesterday (0.3.0). This version is faster for |
Cool, I'll upgrade then and try. |
Hi,
I find ANANSE rather useful in inferring regulatory interactions. I would like to use it to connect the peaks to the target genes directly. Is there a way to do that? Can I somehow extract the peaks from binding.tsv that are contributing to the regulation inferred in network.txt?
Or, would it be possible to modify the output of the ananse network command to also return the peak region used to infer the TF-target gene link?
thanks
The text was updated successfully, but these errors were encountered: