Skip to content
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

PR for the recetox-boxplot tool #631

Merged
merged 11 commits into from
Feb 3, 2025

Conversation

KristinaGomoryova
Copy link
Collaborator

This PR contains the recetox-boxplot tool, which allows plotting of boxplots using ggplot2 library.

On the input only a simple data table in csv/tabular/parquet file is required and boxplots will be by default plotted for each column using the quantitative information.

It is possible to transform the data (using e.g. log2 transformation) and also to flip the axes which might be advantageous for larger datasets.

One can also upload a metadata table, which allows plotting the data, coloring or faceting based on the metadata variable.

TODO: solve the plotting for very large datasets - so far we tried adding limitsize = FALSE parameter to the ggsave function, however, we reached the limits of pdf reader when having ~14000 samples.

Closes #628

Copy link
Member

@hechth hechth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see the comments, I will also test it and see if I have more general comments :)

tools/recetox-boxplot/macros.xml Outdated Show resolved Hide resolved
tools/recetox-boxplot/macros.xml Outdated Show resolved Hide resolved
tools/recetox-boxplot/macros.xml Outdated Show resolved Hide resolved
tools/recetox-boxplot/macros.xml Outdated Show resolved Hide resolved
tools/recetox-boxplot/boxplot.xml Outdated Show resolved Hide resolved
tools/recetox-boxplot/boxplot.xml Outdated Show resolved Hide resolved
@hechth hechth merged commit 68159a9 into RECETOX:master Feb 3, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a boxplot visualization tool
2 participants