collapseEffectSizeLong | R Documentation |
collapse effect size, give input table and group variate
collapseEffectSizeLong(
dat.long,
mode.collapse = "comb",
group.2nd = "group.2nd",
th.adj.P = 0.01,
th.dprime = 0.15
)
dat.long |
data.table; these columns are required: "geneID","aid","P.Value","adj.P.Val","sig","dprime","vardprime","group.2nd" |
mode.collapse |
character; collapse method. one of "min", "comb" [default: "comb"] |
group.2nd |
character; column of obj, used for collapse [default: NULL] |
th.adj.P |
double; threshold [default: 0.01] |
th.dprime |
double; threshold [default: 0.15] |
collapse effect size
a gene table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.