powered by
Calculates standard deviation for the number of replicates in the function.
sd_timepoint(df, replicates = 3)
Data.frame with standard deviation.
output from functions output_tp or output_tp_proc.
number of replicates used. Default is set to replicates=3
file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR") a<- output_tp(file_nm) sd<-sd_timepoint(df=a, replicates=3)
Run the code above in your browser using DataLab