View source: R/from_ASICS_to_PHOENICS.R
from_ASICS_to_PHOENICS | R Documentation |
Prepare quantification data from ASICS
outputs for
test_pathway
. In short, it replaces metabolite names by metabolites
KEGG codes and transposes the matrix to have samples in rows and metabolites
in columns.
from_ASICS_to_PHOENICS(quantif)
quantif |
output matrix of |
A matrix of quantification with samples in rows and metabolites in
columns, properly formatted for test_pathway
Camille Guilmineau <camille.guilmineau@inrae.fr>
Remi Servien <remi.servien@inrae.fr>
Nathalie Vialaneix <nathalie.vialaneix@inrae.fr>
Lefort G., Liaubet L., Canlet C., Tardivel P., P\'ere M.C., Quesnel H., Paris A., Iannuccelli N., Vialaneix N. Servien R. (2019). ASICS: an R package for a whole analysis workflow of 1D 1H NMR spectra. Bioinformatics, 35(21): 4356–4363. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1093/bioinformatics/btz248")}
Tardivel P., Canlet C., Lefort G., Tremblay-Franco M., Debrauwer L., Concordet D., Servien R. (2017). ASICS: an automatic method for identification and quantification of metabolites in complex 1D 1H NMR spectra. Metabolomics, 13(10): 109. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/s11306-017-1244-5")}
data("MTBLS422")
quantif <- from_ASICS_to_PHOENICS(quantif)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.