Description Usage Arguments Examples
This function takes the output of sweetDall, with the values off Hoeffding's D for each sample compared to every other sample in each expression matrix, and gives a heatmap of D statistics.
1 | sweetDheatmap(Dall_output)
|
Dall_output |
Output from sweetDall() performed on 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)
Dstat_results_all = sweetDall(expr.raw, expr.batchcorrected, expr.normalised)
sweetDheatmap(Dstat_results_all)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.