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

Boxplot plotting tool #630

Closed

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

@hechth hechth closed this Jan 31, 2025
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