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 against the median for that expression matrix. This outputs a dataframe with the values of Hoeffding's D for each 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)
sweetDmedian(expr.raw)
DstatResults = sweetDmedian(expr.raw, expr.batchcorrected, expr.normalised)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.