Learn R Programming

HDXBoxeR (version 0.0.2)

sd_timecourse: Returns standard deviation for uptake data for timecourses.

Description

Calculates standard deviation for timecourse data.

Usage

sd_timecourse(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