Description Usage Arguments Value Examples
View source: R/universal_microbes.R
Get correlations between one microbe and all others at designated taxonomic level
1 2 3 4 5 6 | get_all_vs_one_correlations(
taxon_idx,
tax_level = "ASV",
logratio = "alr",
Sigmas = NULL
)
|
taxon_idx |
the logratio coordinate to render correlations against |
tax_level |
taxonomic level at which to agglomerate data |
logratio |
logratio representation to use (e.g. "alr", "ilr", "clr") |
Sigmas |
optional list (indexed by host short name) of MAP estimates of microbial covariance; if not provided, this will be loaded |
correlation matrix of dimensions number of hosts x number of logratio taxa - 1
1 | interactions <- get_all_vs_one_correlations(taxon_idx = 1, tax_level = "ASV", logratio = "alr")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.