kassambara / fastqcr

fastqcr: Quality Control of Sequencing Data
http://www.sthda.com/english/rpkgs/fastqcr
68 stars 23 forks source link

plotting modules from multiple samples #5

Closed MahShaaban closed 7 years ago

MahShaaban commented 7 years ago

Hey @kassambara, Here, I replicated the original plotting functions with little modification to handle the multiple samples. When possible, the data from multiple samples are overlayed on a single graph and otherwise on multiple facets (when there is more than one line in a one sample plot). As with plotting the single file modules, the function qc_plot_collection dispatches on the appropriate class qc_read_colleciton and calls the internals corresponding to the input of the argument modules. There had to be some copy and paste involved, as I tried to keep the new code in separate files. Thanks for taking the time to read my suggestions.

kassambara commented 7 years ago

Impressive!!!