Description Usage Arguments Details Value Author(s) References See Also Examples
U-center the distance matrix in preparation of computing distance correlations.
1 | U.center(d)
|
d |
A square numeric data matrix |
This funtion centers the distance matrix according to U-centering formula on page 6 of arXiv 1902.03291 paper
A centered data matrix
Xueyuan Cao xcao12@uthsc.edu and Stanley Pounds stanley.pounds@stjude.org
Cao X and Pounds S (2021) Gene-Set Distance Associations (GSDA): A Powerful Tool for Gene-Set Association Analysis.
Zhu C, Yao S, Zhang X and Shao X. Distance-based and RKHS-based Dependence Metrics in High Dimension. arXiv:1902.03291
1 2 3 4 | data(target.aml.clin)
cd=cat.dist(target.aml.clin$Chloroma)
ud=U.center(cd)
ud[1:5,1:5]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.