
Generates curves plots per peptide using the last cycle data
Source:R/krsa_curve_plot.R
krsa_curve_plot.RdThis function takes in the PW data (that includes all exposure times), list of peptides, and optional arguments of samples or groups names vector
Arguments
- 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
See also
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()