View source: R/melonnpan_visualize.R View source: R/melonnpan_summarize.R
melonnpan.visualize | R Documentation |
This function produces scatter plots for significantly predicted compounds.
This function produces scatter plots for significantly predicted compounds.
melonnpan.visualize(
metab,
pred,
cohenCorrelationCutoff,
Output_file,
ncol = 2,
nrow = 2
)
melonnpan.visualize(
metab,
pred,
cohenCorrelationCutoff,
Output_file,
ncol = 2,
nrow = 2
)
metab |
Measured normalized metabolite relative abundances. Should have same features and samples as pred. |
pred |
Predicted normalized metabolite relative abundances. Should have same features and samples as metab. |
cohenCorrelationCutoff |
Correlation threshold for significant prediction. Default is 0.3. |
Output_file |
Path to the file to write the output. |
ncol |
Number of columns in batch scatter plot. Default is 2. |
nrow |
Number of rows in batch scatter plot. Default is 2. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.