significant_peptide_uptake {HDXBoxeR} | R Documentation |
Function returns which peptides are significantly based of pv_cutoff and Critial interval
Description
Returns data frame with significant peptides.
Usage
significant_peptide_uptake(df_av, pv, sd, pv_cutoff = 0.01, replicates = 3)
Arguments
df_av |
data.frame with averages created using ave_timepoint() function |
pv |
data.frame with pvalues created using pv_timepoint() function |
sd |
data.frame with standard deviations created using sd_timepoint() function |
pv_cutoff |
cuttoff for Critical interval. Default=0.01 |
replicates |
number of replicates as default set to 3. |
Value
ranges per set
[Package HDXBoxeR version 0.0.1 Index]