Julia
1
Hi,
is there a parameter to hide outliers in a multiqc boxplot? The report takes a long time to load because it has to display all of the outliers.
I am creating the plot via:
mass_error:
plot_type: "boxplot"
file_format: "tsv"
section_name: "Fragment mass error"
pconfig:
xlab: "Mass deviation [Da/ppm]"
Thank you!
Best, Julia
ewels
(Phil Ewels)
2
I don’t think that this is possible currently, no. But it would be simple enough to add.
I’ve created an issue on GitHub to track this feature request:
Phil
ewels
(Phil Ewels)
3
This has now been implemented, see the pull request here:
It’ll be released shortly in MultiQC v1.30
Let us know how you get on! 