sd_timecourse {HDXBoxeR} | R Documentation |
Returns standard deviation for uptake data for timecourses.
Description
Calculates standard deviation for timecourse data.
Usage
sd_timecourse(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]