Description Usage Arguments Value Author(s) References See Also Examples
This function computes pairwise distances between histograms according to the dist.method (MMD, KS). For large data sets it is a bit time consuming.
1 2 |
MD |
DBAmmd Object. This Object can be created using |
dist.method |
specify method used for distances between samples. Currently only Maximum Mean Discrepancy (MMD) and Kolmogorov-Smirnov (KS) implemented. (DEFAULT: 'MMD') |
sigma |
sigma parameter of the RBF kernel, determining the distance (along the genome) at which fragment counts decorrelate. If set to NULL, 100 random Peaks are used to determine sigma heuristically according to the method described in the MMDiff paper [1]. (DEFUALT: NULL) |
CompIDs |
(2 x C) Matrix specifying for pairs of Sample IDs for which distances should be computed. If NULL all pairwise distances will be computed. (DEFAULT: NULL) |
strand.specific |
if strand specific reads should be kept apart. (DEFAULT:FALSE) |
run.parallel |
whether to run in parallel (currently no parallelization implemented) (DEFAULT: FALSE) |
BPPARAM |
an optional parameter object passed internally
to |
DBAmmd object with updated slot Dists
Gabriele Schweikert G.Schweikert@ed.ac.uk
[1] Schweikert et al. BMC Genomics 2013 ...
DBAmmd
, plotDists
,
plotDISTS4Peak
, compPvals
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.