TidyMultiqc - Converts 'MultiQC' Reports into Tidy Data Frames
Provides the means to convert 'multiqc_data.json' files, produced by the wonderful 'MultiQC' tool, into tidy data frames for downstream analysis in R. This analysis might involve cohort analysis, quality control visualisation, change-point detection, statistical process control, clustering, or any other type of quality analysis.
Last updated 2 years ago
bioinformatics
5.47 score 17 stars 35 scripts 221 downloadsHistDat - Summary Statistics for Histogram/Count Data
In some cases you will have data in a histogram format, where you have a vector of all possible observations, and a vector of how many times each observation appeared. You could expand this into a single 1D vector, but this may not be advisable if the counts are extremely large. 'HistDat' allows for the calculation of summary statistics without the need for expanding your data.
Last updated 4 years ago
3.00 score 1 stars 7 scripts 265 downloads