Plots for MS analyses
ms_plot.Rdms_boxplot shows boxplots of different MS expression data values.
ms_mean_var shows mean-sd plots for the VSN data values to analyze the
mean-variance relationship.
Usage
ms_boxplot(x, width = 8, height = 10, path = NULL)
ms_mean_var(x, g, title = NULL, width = 8, height = 10, path = NULL)Value
Both functions return a pdf saved to the file location specified by
path. ms_boxplot shows three boxplots of expression values:
raw data values, log2 and vsn transformed values. ms_mean_var shows
the vsn transformed values and mean-sd plots for each treatment group.
See also
Other Mass Spectrometry functions:
ms_condition(),
ms_process(),
ms_summarize(),
ms_top()