new_pro_fun.Rdcalculate prosum, promax, pro_breadth -- like polyclonal but not redundancy collapsed
new_pro_fun(
zscore_df,
protein_split,
method = c("sum", "max", "breadth"),
z_thresh = 5
)data frame of zscores
character vector ewqual to number of rows in zscore df indicating which peptides belong to which proteins
whether to sum values across peptides, max, or take number of peptides above a threshold
threhold above which to count as scoring for method="breadth