Learn R Programming

HDXBoxeR (version 0.0.2)

sd_timecourse_proc: Returns standard deviation for percent deuteration data for timecourses.

Description

Calculates standard deviation for time course data.

Usage

sd_timecourse_proc(filepath)

Value

Data.frame with standard deviation.

Arguments

filepath

filepath to the All_results input file.

Examples

Run this code
file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
sd_timecourse(filepath=file_nm)

Run the code above in your browser using DataLab