View source: R/melonnpan_summarize.R
melonnpan.summarize | R Documentation |
This function returns prediction accuracy from a pair of measured and predicted metabolites tables.
melonnpan.summarize(
metab = metab,
pred = pred,
method = method,
correction = correction,
cutoff = cutoff
)
metab |
Measured metabolite relative abundances (normalized). Should have same features and samples as pred. |
pred |
Predicted metabolite relative abundances (normalized). Should have same features and samples as metab. |
method |
Method to correlate measured and predicted metabolites. Default is 'spearman'. |
correction |
Multiplicity adjustment method, same as 'p.adjust'. Default is 'fdr'. |
cutoff |
Q-value threshold for significant prediction. Default is 0.05. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.