sd_timecourse_proc {HDXBoxeR} | R Documentation |
Returns standard deviation for percent deuteration data for timecourses.
Description
Calculates standard deviation for time course data.
Usage
sd_timecourse_proc(filepath)
Arguments
filepath |
filepath to the All_results input file. |
Value
Data.frame with standard deviation.
Examples
file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
sd_timecourse(filepath=file_nm)
[Package HDXBoxeR version 0.0.1 Index]