Description Usage Arguments Value Examples
View source: R/bootcorSE_calc.R
computes the bootstrap SE of the Fisher z-scores to be used in CorShrink-ML
or CorShrink-VEM
.
1 2 | bootcorSE_calc(data, nboot = 50, cor_method, thresh_up = 0.999,
thresh_down = 0.001, verbose = TRUE)
|
data |
The samples by features data matrix. |
nboot |
The number of bootstrap samples. |
cor_method |
The method of correlation used. May be "pearson", "spearman" or "kendall" depending on the type of correlation to be used by the user. |
thresh_up |
The upward threshold for correlations |
thresh_down |
The downward threshold for correlations. |
verbose |
To print the status of Bootstrap runs |
Returns standard errors for fisher z-scores for the correlations.
1 2 | data("sample_by_feature_data")
zscoreSDmat <- bootcorSE_calc(sample_by_feature_data, verbose = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.