View source: R/krsa_curve_plot.R
krsa_curve_plot | R Documentation |
This function takes in the PW data (that includes all exposure times), list of peptides, and optional arguments of samples or groups names vector
krsa_curve_plot(data, peptides, byGroup = T, samples = NULL, groups = NULL)
data |
PW data (that includes all exposure times) |
peptides |
a vector of peptides to plot |
byGroup |
fit lines by group |
samples |
(optional) sample names |
groups |
(optional) group names |
ggplot object
Other plots:
krsa_ball_model()
,
krsa_coverage_plot()
,
krsa_cv_plot()
,
krsa_heatmap()
,
krsa_heatmap_grouped()
,
krsa_histogram_plot()
,
krsa_reverse_krsa_plot()
,
krsa_violin_plot()
,
krsa_violin_plot_grouped()
,
krsa_waterfall()
,
krsa_zscores_plot()
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.