Description Usage Arguments Value See Also Examples
This is the core function of PolyLinkR, it runs the permuation algorithm that creates a random mapping of genomic scores while preserving the inherent linkage disequilibrium amongt the different genomic regions. This process performed iteratively to generate a null distribution for testing enrichment in biological pathways or gene sets.
1 2 3 4 5 6 7 8 |
set.info |
data.frame: four required fields; gene IDs, associated scores, chromosome, and start position |
obj.info |
data.frame: two required fields; genomic regions and associated scores |
set.obj |
data.frame: two required fields; genomic regions and associated scores |
n.cores |
integer: number of cores to run in parallel |
emp.nruns |
integer: number of iterations used to compute null |
NN |
integer: subset of interations for summary statistic calculations; default = 1000 |
Returns a data.table.
PolyLinkR_SetInfo
, PolyLinkR_SetObj
1 2 3 | output = polylinkr(obj.info = Anatolia_EF_CLR,
set.info = PolyLinkR_SetInfo, set.obj = PolyLinkR_SetObj,
n.cores = 8, emp.nruns = 1000, NN = 10000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.