Note: input data format must match the example on the right, tab-seperated
1, data from excel, copy and paste data into the input frame
2, data from txt, must tab-seperated, copy and paste data into the input frame
3, use point as decimal separator, not comma. e.g. 3.14, not 3,14 as pi

Required
input pvalues (one line per value, no header):


Adjust algorithms
BH
bonferroni
holm
hochberg
hommel
BY

P value adjust

Given a set of p-values, returns p-values adjusted using one of several methods.
Read more: Why, When and How to Adjust Your P Values?
reference: https://www.rdocumentation.org/packages/stats/versions/3.6.2/topics/p.adjust
Input Example
Output ajusted pvalues