如何进行差异分析

引入R包

library("fromto")

准备示例数据

dplot1(data = data,
       Type = "status",
       variable = "gene1",
       levels = c(0,1),
       test.methods = "wilcox.test",
       DatasetName = "custom",
       width = 4.5,
       height = 4,
       alphas = 0.5)
dplot2(data = data,
       Type = "status",
       variable = "gene1",
       levels = c(0,1),
       test.methods = "wilcox.test",
       DatasetName = "custom",
       width = 4.5,
       height = 4,
       alphas = 0.5)
dplot3(data = data,
       Type = "status",
       variable = "gene1",
       levels = c(0,1),
       test.methods = "wilcox.test",
       DatasetName = "custom",
       width = 4.5,
       height = 4,
       alphas = 0.5)
dplot4(data = data,
       Type = "status",
       variable = "gene1",
       levels = c(0,1),
       test.methods = "wilcox.test",
       DatasetName = "custom",
       width = 4.5,
       height = 4,
       alphas = 0.5)