Description Usage Arguments Value Examples
View source: R/DsManipulation.R
Convert multi comparison data frame having 'DSi', 'DSj', 'PValue' columns
into a two dimensional matrix around PValue that can be used for
plotPairwiseDsPValuesHeatMap
function
1 | getPairwiseDsPValueMatrix(df_multicompare)
|
df_multicompare |
data frame having 'DSi', 'DSj', 'PValue' columns |
matrix
1 2 | data(dscompmeanrankspositive)
mat_pairwise_ds_pvalues <- getPairwiseDsPValueMatrix(dscompmeanrankspositive)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.