You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> `EMtree` infers direct species association networks, implementing the procedure described in [Momal *et al.*](https://besjournals.onlinelibrary.wiley.com/doi/abs/10.1111/2041-210X.13380). This package uses averages over spanning trees within an Expectation-Maximization algorithm to infer conditional dependence networks, and involves plotting funcitonalities (using `ggraph` and `tydigraph`). By default, it uses the Poisson log-Normal Model ([PLNmodels](https://github.com/jchiquet/PLNmodels>)) to accomodate abundance data. However, EMtree is an inference procedure which only requires an estimate of a Gaussian covariance matrix, and can be used with any model which either use Gaussian latent variables, Gaussian copulas, or Gaussian data transformations.
20
+
> `EMtree` infers direct species association networks, implementing the procedure described in [Momal *et al.*](https://besjournals.onlinelibrary.wiley.com/doi/abs/10.1111/2041-210X.13380). This package uses averages over spanning trees within an Expectation-Maximization algorithm to infer conditional dependence networks, and involves plotting funcitonalities (using `ggraph` and `tydigraph`).
21
+
22
+
By default, it uses the Poisson log-Normal Model ([PLNmodels](https://github.com/jchiquet/PLNmodels>)) to accommodate abundance data. However, EMtree is an inference method which only requires an estimate of a Gaussian covariance matrix, and can be used with any model which either use Gaussian latent variables, Gaussian copulas, or Gaussian data transformations.
0 commit comments