Description Usage Arguments Details Value
combine-pvalue accepts a list of pvalues of probes, and correlation matrices are claculated by input data matrix. Then, it estimate combined pvalue for candidate regions defined in input region list
1 2 3 4 | combine.pvalue(dat.m = NULL, pvalues, cluster, chr, pos, names,
method = c("spearman", "pearson", "kendall"),
combine = c("stouffer_liptak", "zscore"), weight = NULL, cutoff = 0.1,
cores = detectCores())
|
dat.m |
n x m delta M|beta matrix for n CpG sites across 2*m paired different patient samples |
pvalues |
pvalue column vector for each probe |
cluster |
correlated cluster list calculated by corrclusterMaker cluster list contains: single probe cluster, multiple probes cluster |
chr |
chromosome vector |
pos |
position vector |
names |
probe names vector ; used in function clusterMaker |
method |
correlation calculation method; c("spearman", "pearson", "kendall"); Default "spearman" |
combine |
combine pvalue method; c("stouffer_liptak", "zscore") |
weight |
NULL; weight provided as |
cutoff |
cutoff for dmr(differential methylated regions) detection's qvalue(fdr); Default 0.1 |
cores |
core number for R backend combp algorithm |
calculation combination pvalue of given regions(pvalues within region are correlated)
combine-pval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.