Description Usage Arguments Details Value Author(s) References See Also Examples
This function calculates Bootstrap confidence interval for multivariate correlation. The procedure is very similar to those used to calculate Bootstrap CI's for other parameters, such as mean and correlation. See manuscript for detail.
1 | cor.bootci(x, y = NULL, m, G, alpha)
|
x |
data matrix, column represents samples (conditions), and row represents variables (genes), see example below for format information |
y |
optional, used when x and y are vectors |
m |
number of replicates |
G |
number of genes |
alpha |
significant level |
See manuscript.
upperCI |
Upper bound of CI |
lowerCI |
Lower bound of CI |
Dongxiao Zhu and Youjuan Li
Zhu, D and Li Y. 2007. Multivariate Correlation Estimator for Inferring Functional Relationships from Replicated 'OMICS' data. Submitted.
cor.LRtest
, cor.LRtest.std
, cor.test
, permutest
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.