Input
Table
The input table
Output
Result
The output result
Configuration
preselected_column_names
The names of column to pre-select for comparison. By default, the first 500 columns are used
List
-1
name
The name of the column(s) to pre-select
string
is_regex
Set True if it is a text pattern (regular expression), False otherwise
bool
row_tag_key
The key of the row tag (representing the group axis) along which one would like to compare each column
string
adjust_pvalue
Adjust p-values for multiple tests. It is only used when the `row_tag_key` is set.
List
1
method
The method used to adjust (correct) p-values
string
bonferroni
alpha
FWER, family-wise error rate Default is 0.05
float
0.05