View source: R/analysisFeatureCorr.R
sliceCormats | R Documentation |
Select only significant and/or high-correlation values from correlation matrices
sliceCormats(
cormats,
sigsOnly = T,
alpha = 0.05,
adjustp = T,
r_cutoff = 0,
matchFts = F
)
cormats |
List of correlation matrices (output of ftcor) |
sigsOnly |
Select only significant correlations? Defaults to TRUE |
alpha |
Significance threshold. Defaults to 0.05 |
adjustp |
Use the adjusted p-values? Defaults to TRUE |
r_cutoff |
Only select correlations with an absolute R-value above a certain threshold? This value must be between -1 and 1. Defaults to 0 |
matchFts |
Show the same features in the correlation matrices for all groups? This can be helpful when comparing correlations between groups. Defaults to FALSE |
List of correlation matrices with only the desired correlations remaining
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.