Description Usage Arguments Examples
correlated regions in extended gene model
1 2 | correlated_regions_per_gene(site, meth, cov, expr, chr, cov_cutoff = 3, min_dp = 4,
cor_method = "spearman", window_size = 5, factor = NULL, max_width = 10000)
|
site |
CpG sites |
meth |
methylation matrix corresponding to |
cov |
coverage |
expr |
expression for current gene |
chr |
chromosome |
cov_cutoff |
cutoff for coverage |
min_dp |
minimal number of non-NA values for calculating correlations |
cor_method |
method for calcualting correlations |
window_size |
how many CpG sites in a window |
factor |
subtype |
max_width |
maximum width of a window |
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.