-
Notifications
You must be signed in to change notification settings - Fork 13
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
How to use plotly to generate interactive ggpicrust2 plots #66
Comments
Dear @ScarlettPegany, Thank you for reaching out and for your kind words about our package. Regarding your request, due to limitations in Plotly's support for combined plots, I attempted a conversion but was only successful with p <- pathway_heatmap()
ggplotly(p) I apologize for any inconvenience this might have caused. However, I'd like to suggest you explore my other package, MicrobiomeStat. Almost all of its visualizations are seamlessly integrated with Plotly. You can find more details and access it at https://www.microbiomestat.wiki/. I hope this helps! If you have further questions, feel free to ask. Best regards, Chen YANG |
Is there a way to zoom in on the different plots without using my cursor, perhaps by adjusting the width, height, or other parameters to ensure the plot is readable |
Maybe you can use Adode Illustrator? |
@cafferychen777 : Yes, that's a good idea. One last question: how do I determine the appropriate test to use, whether it's DESeq2, edgeR, ALDEx2, etc.? |
@ScarlettPegany I am just a little curious, how were you able to increase the font size of the pathway error bar plot? Thanks |
I used Adode Illustrator. If you come across a script that allows you to do that, please don't hesitate to share it. |
Dear @ScarlettPegany, Thank you for reaching out with your questions. Let me address each one in turn:
I hope this clarifies your queries. Please let me know if you have any more questions or if there's any other way I can assist you. Best regards, |
@ScarlettPegany In order toincrease the font size, I would suggest you fork the source code and then edit the parameters necessary. That how i was able to increase the font size of mine figure. Way more better and faster i would think compared to using adobe |
Hello, I discovered your tool by chance, and it's exactly what I've been looking for. I encountered an issue when running my data, but I was able to resolve it by referring to the issue section (I used the solution proposed in #65). Our professor asked if there is a way to visualize pathway_errorbar, heatmap, and PCA using Plotly (He wants us to become familiar with interactive plots.).
Could you please assist me with this? I tried using ChatGPT, but I couldn't successfully convert it.
Thank you.
The text was updated successfully, but these errors were encountered: