Giter Club home page Giter Club logo

Comments (3)

cafferychen777 avatar cafferychen777 commented on September 17, 2024 1

Hello,

Thank you for reaching out and sharing your findings regarding the issue you encountered with our package. As the developer, I appreciate your effort in troubleshooting and finding a possible solution.

I will make sure to add this information to our package's Q&A repository, so that other users who might run into similar issues in the future can find a solution more easily. Thank you for bringing this to our attention.

Once again, if you have any further questions or concerns, please don't hesitate to reach out. We are always looking for ways to improve our package and provide a better user experience.

Best regards,

Chen YANG

from ggpicrust2.

erikpark avatar erikpark commented on September 17, 2024

Quick note that I added the following code above pathway_errorbar() just in case the group had the be hard coded as an object:

Group <- metadata$genotype

pathway_errorbar(
    abundance = ko_abundance,
    daa_results_df = daa_annotated_sub_method_results_df_filtered,
    Group = Group,
    p_values_threshold = 0.05,
    order = "group",
    select = NULL,
    ko_to_kegg = FALSE,
    p_value_bar = TRUE,
    colors = NULL,
    x_lab = "description"
  )

And now I get the following error:
"Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
polygon edge not found"

Progress?

from ggpicrust2.

erikpark avatar erikpark commented on September 17, 2024

Possibly found the issue, though I'll leave this open until you have a chance to verify.

I think it was related to me not having some required fonts installed. I followed the steps suggested on this stackoverflow thread:
https://stackoverflow.com/questions/71362738/r-error-in-grid-callc-textbounds-as-graphicsannotxlabel-xx-xy-polygo

And now I can generate the barplots! If you agree that missing fonts might have been the issue, then it might be good to require them when the package installs.

from ggpicrust2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.