directEScombiFromLongTable | R Documentation |
directional Effect Size combination
directEScombiFromLongTable(
dat.long,
idx.geneID = "geneID",
idx.aid = "aid",
idx.ES = "dprime",
idx.varES = "vardprime",
...
)
dat.long |
data.table; input data |
idx.geneID |
character; column for geneID (default: "geneID") |
idx.aid |
character; column for aid (default: "aid") |
idx.ES |
character; column for ES (default: "dprime") |
idx.varES |
character; column for varES (default: "vardprime") |
... |
parameters passed to directEScombi() |
wrapper function to run directEScombi()
a data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.