Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upplotting modules from multiple samples #5
Conversation
|
Impressive!!! |
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up|
Impressive!!! |
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_collectiondispatches on the appropriate classqc_read_collecitonand calls the internals corresponding to the input of the argumentmodules.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.