Open samd1993 opened 5 years ago
Same here
Did you manage to solve this issue?
nope but I am now using the DESeq2 pacakge in R on its own and it has been working fine for me
nope but I am now using the DESeq2 pacakge in R on its own and it has been working fine for me
okay, thank you
Hi all,
I am having a lot of issues with MicrobiomeSeq. Here are some example of errors I am getting:
kw_sig <- kruskal_abundance(SL5, grouping_column = DS5var)
Error in kruskal.test.default(data[, i], g = meta_table$Groups) : 'x' and 'g' must have the same lengthor
deseq_sig <- differential_abundance(PS5, grouping_column = "Variable", output_norm = "log-relative", pvalue.threshold = 0.05, lfc.threshold = 0, filename = results)
Error in terms.formula(formula, data = data) : '.' in formula and no 'data' argumentCurious if anyone else had similar issues?