normalizePval(pvalue_annotation, trans, ref = "expression_pvalue", method = "rescale")
"Rescale" DEFAULT "rescale" Performs a logit transform and rescales all probabilites to the reference's logit transformed scale, then back-transforms
"Box-Cox" "box-cox" "boxcox" "Boxcox" For each probility vector does a logit transform and then iterates between 0.5 and 0.95 by 0.05 to determine the most similar transformation to the logit transformed referece by a Wilcoxon- test
data(test_annotation_score_data)
#test_annotation<-normalizePval(pvalue_annotation=test_annotation)
Run the code above in your browser using DataLab