Description Usage Arguments Examples
Generates a violin plot from the output of sweetDmedian to quickly visualise the distribution of D statistics.
1 | sweetDplot(Dmedian_output)
|
Dmedian_output |
The output after having performed Dmedian() 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)
DstatResults = sweetDmedian(expr.raw, expr.batchcorrected, expr.normalised)
sweetDplot(DstatResults)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.