Read before use
1, check data with precheck (windows version) tools
2, data from excel, copy and paste data into the input frame
3, data from txt, must tab-seperated, copy and paste data into the input frame
4, specieal and non-English characters such as #, <, >, %, (, ), α are not friendly
5, 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