From 0ab6e020362f832d4482d6d77cdcbf2397aa076b Mon Sep 17 00:00:00 2001 From: Christophe BOETTO <cboetto@pasteur.fr> Date: Thu, 17 Oct 2024 15:35:28 +0200 Subject: [PATCH] fixed mathematical typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98acf7b..3d20109 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gitlab repository for the MANOCCA project -Tool used to compute the covariance test on a set of predictors, presented in this paper : https://academic.oup.com/bib/article/25/4/bbae272/7690346 MANOCCA (Multivariate ANalysis of Conditional CovAriance) performs the covariance test : $Cov(Y_1,Y_2) \~ X + C$, as well as the multivariate version with more than two Y outcomes. In quick words, MANOCCA (Multivariate ANalysis of Conditional CovAriance) is a test of differences in correlations/covariance with regard to a predictor. The test is orthogonal to mean and variance effects, and will only grasp covariance effects. +Tool used to compute the covariance test on a set of predictors, presented in this paper : https://academic.oup.com/bib/article/25/4/bbae272/7690346 MANOCCA (Multivariate ANalysis of Conditional CovAriance) performs the covariance test : $Cov(Y_1,Y_2) \sim X + C$, as well as the multivariate version with more than two Y outcomes. In quick words, MANOCCA (Multivariate ANalysis of Conditional CovAriance) is a test of differences in correlations/covariance with regard to a predictor. The test is orthogonal to mean and variance effects, and will only grasp covariance effects. One application of the MANOCCA test to detect co-abunding human gut microbiome communities can be found in this preprint : https://www.medrxiv.org/content/10.1101/2024.04.30.24306630v1.full -- GitLab