Description Usage Arguments Examples
View source: R/reportResults.R
retrieve results of differential binding analysis
1 2 | reportResults(MD, diff.method = "MMD.locfit", th = 0.1, Peak.id = NULL,
whichContrast = 1, rm.oulier = TRUE, bUsePval = FALSE)
|
MD |
DBAmmd Object. This Object can be created using |
diff.method |
method used to determine p-values and false discovery rates. Currently only 'MMD.locfit' implemented. (DEFAULT: 'MMD.locfit') |
th |
significance threshold for differential called peaks (DEFAULT: 0.1) |
Peak.id |
Peak id to specify which Peak to plot. (coresponding to names of Regions(MD)) |
whichContrast |
index determining which of the set contrast should be used. (DEFAULT: 1) |
rm.oulier |
if TRUE, significant peaks with high within-group distances are not reported. (DEFAULT: TRUE) |
bUsePval |
if TRUE p-values instead of FDRs are used (DEFAULT: FALSE) |
1 2 | data("MMD")
res <- reportResults(MMD)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.