prolfqua
prolfqua copied to clipboard
How can I re-arrange my samples in a plot in prolfqua
I have my lfqdata object generate the plotter from it and for example would like to generate the intensity_distribution.
lfqpl <- lfqdata_prot$get_Plotter()
lfqpl$intensity_distribution_violin()
or similar:
# get the stats
ss <- lfqdata_prot$get_Stats()
ss$violin()
How can I change the order of samples ..
btw: prolfqua rocks ;)