Returns plot where significant peptides are colored in blue-red scheme.
peptide_pv_tp(
df,
pv,
sd,
nb_row,
ranges = c(-Inf, seq(-30, 30, by = 10), Inf),
pv_cutoff = 0.01,
replicates = 3
)plot with peptides which are significantly different between sets.
average data frame. Generated using ave_timepoint() function.
pvalues dataframes calculated using pv_timepoint() function
standard deviation data.frame generated using sd_timepoint function
number of peptides in each row. Plotting parameter.
ranges for coloring scheme. Default set to c(-Inf, seq(-30, 30, by=10), Inf)
p-value cutoff here set up to 0.01
number of replicates in sample. Default set to 3.