Description Usage Arguments Value Author(s) Examples
Draw the plot for the mean protein abundance vs standard deviation (square root of variance). The 'lowess' function is used to fit the LOWESS smoother between mean protein abundance and standard deviation.
1 2 3 4 5 6 7 8 | meanSDplot(
data,
smoother_size = 1,
xlimUp = 30,
ylimUp = 3,
save.pdf = FALSE,
...
)
|
data |
A list with mean protein abundance vector and standard deviation vector.
It should be the output of |
smoother_size |
Size of lowess smoother. Default is 1. |
xlimUp |
The upper limit of x-axis for mean-SD plot. Default is 30. |
ylimUp |
The upper limit of y-axis for mean-SD plot. Default is 3. |
save.pdf |
A logical input, determines to save the plots as a pdf or not, the pdf plot is saved in the current working directory, name of the created file is displayed on the console and logged for easier access |
meanSDplot is the plot for the mean protein abundance (X-axis) vs standard deviation (Y-axis).
Ting Huang, Meena Choi, Sumedh Sankhe, Olga Vitek
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.