> #计算t检验显著性
> comp<- compare_means(Gene ~ Group, group.by = "Tissue", data = exp,
+ method = "t.test", symnum.args = list(cutpoints = c(0,0.001, 0.01, 0.05, 1), symbols = c( "***", "**", "*", "ns")),
+ p.adjust.method = "holm")
Error in (function (x, cutpoints = c(0.3, 0.6, 0.8, 0.9, 0.95), symbols = if (numeric.x) c(" ", :
argument "x" is missing, with no default
In addition: Warning message:
Unknown or uninitialised column: `p`.
你好,在跑的过程中出现以上错误该怎么解决呀
