Description Usage Arguments Value Note See Also Examples
xVisKernels
is supposed to visualise distance kernels, each of
which is a decaying function of: i) the relative distance d_{gs}
between the gene g and the SNP s, and ii) the decay
exponent λ.
1 | xVisKernels(exponent = 2, newpage = TRUE)
|
exponent |
an integer specifying decay exponent. By default, it sets to 2 |
newpage |
logical to indicate whether to open a new page. By default, it sets to true for opening a new page |
invisible
There are five kernels that are currently supported:
For "slow decay" kernel, h_{ds}(t)={1-{d_{gs}/D}λ}*(d_{gs} ≤ D)
For "linear decay" kernel, h_{ds}(t)={1-d_{gs}/D}*(d_{gs} ≤ D)
For "rapid decay" kernel, h_{ds}(t)={{1-d_{gs}/D}^λ}*(d_{gs} ≤ D)
1 2 3 | # visualise distance kernels
xVisKernels(exponent=2)
xVisKernels(exponent=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.