Description Usage Arguments Value Examples
View source: R/QC_analysis_CV.R
This function creates a MS-based scatter plot (rt vs mz) where the metabolic features are colored based on their coefficient of variation (CV). See "QC_CV()".
1 2 3 |
rt |
numeric vector of retention time values. |
mz |
numeric vector of mz values. |
CV_metabo |
numeric vector containing the CV of each metabolic feature. The length of this vector should be consistent with the length of rt and mz. |
CV_th |
numeric value indicating the CV threshold. NMR signals with CV equal or above CV_th will be colored in red. |
xlab |
character vector specifying a title for the x-axis. |
ylab |
character vector specifying a title for the y-axis. |
pch |
value specifying the symbol used to represent each MS feature in the scatter plot. To see all possible symbols, check "plot()" options. |
marker_size |
numeric value indicating the size of the symbol used to represent each metabolic feature in the scatter plot. |
xlim |
numeric vector containing the minimum and maximum values of the x-axis. |
ylim |
numeric vector containing the minimum and maximum values of the y-axis. |
size_axis |
numeric value indicating the font size of x- and y-axis title. |
size_lab |
numeric value indicating the font size of x- and y-axis labels. |
A MS-based scatter plot where MS features are represented according on CV.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.