deuteration_woods_timecourse: Return woods plots for the timecourse

View source: R/deuteration_woods_plots.R

deuteration_woods_timecourseR Documentation

Return woods plots for the timecourse

Description

All the peptides are plotted based on their uptake.

Usage

deuteration_woods_timecourse(
  input_data,
  states,
  replicates = 3,
  ylim = c(0, 120),
  ...
)

Arguments

input_data

output from function output_tc(..., percent=TRUE)

states

states, if missing all states used

replicates

replicates

ylim

y axis limits

...

other parameters

Value

Woods plots for the timecourse

Examples


file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
a<- output_tc(file_nm, percent=TRUE)
deuteration_woods_timecourse(a)


mkajano/HDXBoxeR documentation built on April 23, 2024, 12:28 a.m.