Description Usage Arguments Examples
View source: R/plotNicelyTransitions.R
Make nice plots of transitions or peptides with correlations
1 | plotNicely(dataX, main = "", log = "", ylab = "log(intensity)")
|
dataX |
data.frame |
main |
some name to plot |
log |
log transform y axes |
ylab |
label for y axes |
1 2 3 4 5 | library(SRMService)
library(tidyverse)
library(quantable)
data(correlatedPeptideList)
plotNicely(correlatedPeptideList[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.