sd_timecourse {HDXBoxeR} | R Documentation |
Calculates standard deviation for timecourse data.
sd_timecourse(filepath)
filepath |
filepath to the All_results input file. |
Data.frame with standard deviation.
file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
sd_timecourse(filepath=file_nm)