Z_Wael

Results 5 issues of Z_Wael

My proposition for Ordering levels of the categorical variable in the loop resulting in tables with decreasing ordered levels easily readable

### Description of the bug Hello, nf-core team It is more a how to question i was using nf-core for some fusion analysis like this, 1) creating conda env for...

bug

Hello, I was using the Palimpsest package to calculate the contribution of each SBS to the total sample mutations in my data. the deconvolution_fit fuction uses the provided SBS_cosmic (ref)...

Hello caret team, I didn't see an implementation of a K-means model in the caret package (https://topepo.github.io/caret/available-models.html), can this type of model be implemented ?

proposition to resolve the conflict between ggpubr plot and rstatix stat table x_y positions the Anomalie (reproducible example) library(ggpubr) library(rstatix) data2=data.frame(id =1:15 ,group=c(rep("C",5),rep("B",5),rep("A",5)),score=c(rnorm(5,0),rnorm(5,0.5),rnorm(5,2))) head(data2) res.kruskal = kruskal_test(data2, formula = score...