powered by
Uptake plots per peptide
uptake_plots( input_data, timepoints, replicates = 3, cola = NA, seq_match = TRUE )
Uptake plots
output from function output_tp(..., percent=T)
the labeling times
replicates
colors, default NA
Flag TRUE or FALSE, default TRUE, match sequence of the protein states
# \donttest{ file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR") a<- output_tc(file_nm, percent=TRUE) x=c(3,60, 1800, 72000) uptake_plots(a, x) # }
Run the code above in your browser using DataLab