prolfqua icon indicating copy to clipboard operation
prolfqua copied to clipboard

How can I re-arrange my samples in a plot in prolfqua

Open jjGG opened this issue 8 months ago • 1 comments

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()

image

or similar:

# get the stats
ss <- lfqdata_prot$get_Stats()
ss$violin()

image

How can I change the order of samples ..

btw: prolfqua rocks ;)

jjGG avatar Jun 21 '24 14:06 jjGG