Skip to contents

glysmith (development version)

glysmith 0.8.0

Minor improvements and bug fixes

  • Implemented single-question flow in inquire_blueprint() and modify_blueprint() for a more streamlined user experience.
  • Q&A context is now preserved when modifying blueprints with modify_blueprint().
  • Improved error messages for steps in branches with missing dependencies.
  • Fun fact now displays only once at the start of AI interactions.
  • Enhanced LLM prompting with atomic question guidance for better clarification questions.
  • Changed default model from deepseek-reasoner to deepseek-chat.

glysmith 0.7.0

Breaking changes

New features

Minor improvements and bug fixes

glysmith 0.6.0

New features

Minor improvements and bug fixes

  • inquire_blueprint() has a better UI/UX.
  • Updated the system prompt of inquire_blueprint() to improve its understanding of step usage.
  • Fixed a bug where inquire_blueprint() could not access step parameters.
  • Fixed a bug on Windows where file paths generated by the LLM could not be parsed.

glysmith 0.5.1

Minor improvements and bug fixes

  • Depends on glyclean 0.10.0.

glysmith 0.5.0

New features

  • LLM-powered report generation is updated largely.
    • The report structure (sections to include, orders of figures and text chunks, etc.) is now determined by the LLM.
    • Titles, subtitles, figure titles are now polished by the LLM.
    • A text description of each figure is now generated by the LLM using multimodal reasoning.
  • step_preprocess() now also generates Quality Control (QC) plots.
  • Add cast_data() to fetch data from glysmith_result object.
  • When the name parameter is not specified in cast_plot(), cast_table(), or cast_data(), the functions return the names of all available objects. This makes it easier to know what objects are available.
  • Add modify_blueprint() to modify a blueprint using natural language.

Minor improvements and bug fixes

  • inquire_blueprint() now prints a brief description of the blueprint to console, instead of an explanation of why the steps are chosen. There is a slight difference in the wording.
  • Optimize the prompt of inquire_blueprint() to let it group steps using br(). Also, it now understands all step arguments and can use them if needed.
  • “Tables” section is removed from the report. It is duplicated with the README.md file generated by quench_result().
  • Add a new vignette about AI features.

glysmith 0.4.0

Breaking changes

  • The dynamic argument mechanism was removed. Now you can directly pass arguments to the step functions.

New features

  • Added br() for creating branches in a blueprint. inquire_blueprint() also supports blueprints with branches now.
  • step_dea_limma() now support covariates and paired comparison, via the covariate_cols and subject_col arguments.

Minor improvements and bug fixes

  • Fix the issue that blank lines were printed to console when the package is first loaded in one session.
  • Update system prompt and the reflection strategy in inquire_blueprint() to make the LLM work better.
  • Fix a dependency issue of step_dea_kruskal().
  • Update the Get Started vignette to introduce br().

glysmith 0.3.1

Minor improvements and bug fixes

  • Fix deployment issue on r-universe.

glysmith 0.3.0

New features

Minor improvements and bug fixes

  • Refined step documentation to improve clarity and optimize inquire_blueprint() performance.
  • Enhanced error messages for failed steps.
  • Suppressed a harmless warning in quench_result() when used with step_pca().
  • Console messages from step_pca() now include the experiment name during forge_analysis().
  • Moved several dependencies (pROC, Rtsne, uwot, EnhancedVolcano, org.Hs.eg.db, clusterProfiler, ggplotify, pheatmap, and factoextra) to “Suggests”. These are now automatically checked and installed when required by blueprint steps.

glysmith 0.2.0

New features

  • Add inquire_blueprint() use a Large Language Model to generate a blueprint from user prompt.
  • Add step_tsne() for t-distributed Stochastic Neighbor Embedding.
  • Add step_umap() for Uniform Manifold Approximation and Projection.
  • Add step_roc() for Receiver Operating Characteristic analysis.
  • step_pca() now also generates loading plot and screeplot, besides the individual plot.
  • step_pca() (along with the newly added step_tsne() and step_umap()) now has an on parameter to control which experiment to perform the analysis on.

Minor improvements and bug fixes

  • Update report content of step_ident_overview(). This is to adapt to the new glyexp::summarize_experiment() function introduced in glyexp 0.11.0.
  • Update blueprint_default(): step_ident_overview() is now the first step, before step_preprocess().
  • Fix the bug that report content of DEA step for derived traits has “NA vs NA” contrast.
  • Some plot names, table names, or step IDs have been changed to be more consistent.
  • Update documentations of some step functions to better reflect their usage.
  • glysmith_result now has a data field to store the data generated by the blueprint.

glysmith 0.1.0

  • First GitHub release.