dif_ave {HDXBoxeR} | R Documentation |
Returns data frame with difference of averages between State1 and other states provided.
Description
Returns average difference data.frame. Sets are compared to the first state in the input file. If other order of the sets is required use Default for the number of replicates is 3.
Usage
dif_ave(df)
Arguments
df |
output from functions output_tp, output_tp_proc, output_tp_states or output_tp_proc_states. |
Value
Data.frame with difference values btw control and other protein states.
Examples
file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
a<- output_tp(file_nm)
pv<-pv_timepoint(df=a) ##if number of replicates is equal 3
pv1<-pv_timepoint(df=a, replicates=3) ##if number of replicates is equal 4
#b<-output_tp_states(file_nm, states=c("4EHP", "State2", "State3" ))
#pv_states<-pv_timepoint(df=b) ### here means of State4, will be compared to State2 and State4
[Package HDXBoxeR version 0.0.1 Index]