deuteration_woods_timecourse {HDXBoxeR} | R 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)
[Package HDXBoxeR version 0.0.1 Index]