-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cherry Edge Table not Seeing Host Nodes #41
Comments
Hi there, Currently, all the nodes in the network ( We are also glad to provide the function you need to plot such multimodal interactions. But maybe you can show more detailed information about your needs, such as the output format. Do you mean you want a network file that includes the predictions in the Best, |
Hi Jiayu, Thank you lots for your quick response! It would be great to output either a network file (e.g. GraphML OR separate edge + node file) that either:
Either of these files would be very helpful in inferring biological reasoning for why these relationships are important. I've included an example that I manually inferred with a random subset of my graph below. Hope that helps Best, |
Hi Erfan, I uploaded a script that may help. You can find it in the latest Github folder multimodal.py The usage is listed below:
This will add the edges from the virus to their predicted hosts. Please also note that, there are tree columns in the
Please try it first and let me know whether it fits your needs. Also, feel free to let me know if you want further columns/information in these outputs. Best, |
Hi @erfanshekarriz , I am wondering whether the script is good to go. If so, I decided to add it to the main program so that you do not need to run this script to gain the network each time. Best, |
Hi Jiayu, Thank you lots for your prompt response. I am using the older version of PhaBox, and my output files are in I've been trying to update to PhaBox2 using conda but it's consistently giving me errors across all three servers I use. I will make a new issue about the conda installation first and I can test out this script after I've updated it! Best, Erfan |
I see, please make sure you followed the latest guidelines in the WIKI Also, you can try the Installing phabox2 in primitive ways. But I am glad to check your issues if PhaBOX cannot be installed from the BioConda Best, |
Hi Jiayu, The code seems to run fine on one dataset I've tried. I will try it out on another larger dataset just to make sure and I'll get back to you soon. Best, |
Hi Erfan, There may be two reasons leading to the case:
Best, |
Hello,
I wanted to ask about the "cherry_edge.csv" file output. Specifically, how can we identify whether a node is a prokaryotic host node or a viral node? I don't seem to see any specific indications.
I'm trying to plot a figure showing the multimodal interactions between the viruses and hosts, and so far I can only identify edges between viruses.
Thanks!
The text was updated successfully, but these errors were encountered: