View source: R/deuteration_woods_plots.R
| deuteration_woods_timepoints | R Documentation | 
All the peptides are plotted based on their uptake.
deuteration_woods_timepoints(
  input_data,
  times,
  replicates = 3,
  cola = NA,
  ylim = c(0, 120),
  ...
)
input_data | 
 output from function output_tp(..., percent=TRUE)  | 
times | 
 Deuteration times, if missing all deuteration times used  | 
replicates | 
 replicates  | 
cola | 
 colors, default NA  | 
ylim | 
 y axis limits  | 
... | 
 other parameters  | 
Woods plots for the timepoints
file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
a<- output_tp(file_nm, percent=TRUE)
deuteration_woods_timepoints(a[1:12,])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.