Description Usage Arguments Details Value Note Examples
View source: R/DatasetComparison.R
Plot a heatmap from two dimensional p-value matrix for datasets. The colormap is originally arranged to indicate the rejection/acceptance limits for null hypothesis stating the similarity:
1 | plotPairwiseDsPValuesHeatMap(mat_pairwise_ds_pvalues)
|
mat_pairwise_ds_pvalues |
Pairwise dataset P values |
Reject: 0, 0.001, 0.01, 0.05; Failed to Reject: >> 0.05
None
Some resources: https://stackoverflow.com/questions/24919413/selecting-number-of-leaf-nodes-of-dendrogram-in-heatmap-2-in-r https://talesofr.wordpress.com/2013/05/05/ridiculously-photogenic-factors-heatmap-with-p-values/
1 2 3 | data(dscompmeanrankspositive)
mat_pairwise_ds_pvalues <- getPairwiseDsPValueMatrix(dscompmeanrankspositive)
plotPairwiseDsPValuesHeatMap(mat_pairwise_ds_pvalues)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.