Description Usage Arguments Examples
This function allows you to take one or more log-transformed expression matrices, and calculates Hoeffding's D-statistic for each sample in the matrix against every other sample. This outputs a dataframe with the values off Hoeffding's D for each sample compared to every other sample in each expression matrix.
1 |
... |
One or more log transformed matrices, with columns corresponding to samples and rows to genes or other features. |
1 2 3 | data(expr.raw, expr.batchcorrected, expr.normalised)
sweetDall(expr.raw)
Dstat_results_all = sweetDall(expr.raw, expr.batchcorrected, expr.normalised)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.