View source: R/3-shared-getAdjacency.R
getAdjacencyFstat | R Documentation |
This function gets the significant pairs, according to the F-statistics. Then it fills the adjacency matrix with 1 if pair is significant, otherwise 0. Note that it can only be applied to theta_d, as updateF only works for theta_d.
getAdjacencyFstat(object, pval = 0.05, fdr_adjusted = TRUE)
object |
A |
pval |
A float value for the p-value. Default is 0.05. |
fdr_adjusted |
A boolean. If TRUE, use the the FDR- adjusted p-values. Otherwise, get significant pairs based on the theoretical F-statistic cutoff. |
An adjacency matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.