View source: R/plot_peptide_sig_tp_proc.R
| peptide_pv_tp_proc | R Documentation | 
Returns plot where significantly different peptides are colored in blue-red scheme.
peptide_pv_tp_proc(
  df,
  dfup,
  pv,
  sd,
  nb_row = 100,
  ranges = c(-Inf, seq(-30, 30, by = 10), Inf),
  pv_cutoff = 0.01,
  replicates = 3
)
| df | average data frame for procent deuteration. Generated using ave_timepoint() function. | 
| dfup | average data frame for deuteration uptake. Generated using ave_timepoint() function. | 
| pv | pvalues dataframes calculated using pv_timepoint() function | 
| sd | standard deviation data.frame generated using sd_timepoint function | 
| nb_row | number of peptides in each row. Plotting parameter. | 
| ranges | ranges for coloring scheme. Default set to c(-Inf, seq(-30, 30, by=10), Inf) | 
| pv_cutoff | p-value cutoff here set up to 0.01 | 
| replicates | number of replicates in sample. Default set to 3. | 
plot with peptides which are significantly different between sets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.