Description Usage Arguments Value Author(s) References See Also Examples
Preproccess the input data of metabolome and microbiome. Missing values may be imputed and filled (KNN method). Metabolome data and microbiomedata may be normalized and transformed by logarithm transformation and centered log-ratio (CLR) algorithm.
1 |
A |
The metabolome data under pretreatment (SummarizedExperiment object). |
B |
The microbiome data under pretreatment (SummarizedExperiment object). |
metaNor |
Should metabolome data normalized? Using normalization when your metabolites are qualitative; and no normalization when the metabolites are quantitative. Default:TRUE. |
rarefaction |
Resample an OTU table such that all samples have the same library size. Here refers to a repeated sampling procedure to assess species richness, first proposed in 1968 by Howard Sanders.(see wikipedia for more detail.) Default:FALSE. |
x |
Metabolome preprocessed data |
y |
Microbiome preprocessed data |
Mengci Li, Dandan Liang, Tianlu Chen and Wei Jia
Gloor, G. B., Macklaim, J. M., Pawlowsky-Glahn, V., Egozcue, J. J., Microbiome Datasets Are Compositional: And This Is Not Optional. Front. Microbiol. 2017, 8 (2224).
naiveGramm for naive correlation method; nlfitGramm for nonlinear fitting; Gramm: the whole strategy of this method.
1 2 3 | data("metabolites")
data("microbes")
preGramm(metabolites,microbes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.