distBoot | R Documentation |
Create a distribution of minimal distances between features by shuffling each row of the original data independently. Used for computed p-values of minimal paths with pBoot
.
distBoot(x, partial = FALSE, squared = TRUE, output = "orig")
x |
Original dataset of features to be shuffled |
partial |
Whether to compute partial correlations |
squared |
Whether to square correlations |
output |
Output of the internal |
A n_features x n_features matrix of the minimal distance between each pair of features in the bootstrap distribution.
Anooj Arkatkar
minPath
, pBoot
# Load data data(foldChange) # Plot the bootstrap distribution of minimal paths bdist <- distBoot(foldChange) hist(bdist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.